diff --git a/dart/anime/src/sq/filma24/filma24.dart b/dart/anime/src/sq/filma24/filma24.dart index f893e9a7..69bdd3f8 100644 --- a/dart/anime/src/sq/filma24/filma24.dart +++ b/dart/anime/src/sq/filma24/filma24.dart @@ -10,7 +10,7 @@ class Filma24 extends MProvider { Client(source, json.encode({"useDartHttpClient": true})); @override - String get baseUrl => getPreferenceValue(source.id, "pref_domain"); + String get baseUrl => getPreferenceValue(source.id, "pref_domain_new"); @override Future getPopular(int page) async { @@ -122,13 +122,13 @@ class Filma24 extends MProvider { List getSourcePreferences() { return [ EditTextPreference( - key: "pref_domain", + key: "pref_domain_new", title: "Domeni i përdorur aktualisht", summary: "", - value: "https://www.filma24.pl", + value: "https://www.filma24.band", dialogTitle: "Domeni i përdorur aktualisht", dialogMessage: "", - text: "https://www.filma24.pl"), + text: "https://www.filma24.band"), ]; } diff --git a/dart/anime/src/sq/filma24/source.dart b/dart/anime/src/sq/filma24/source.dart index 9913432e..1abc1d43 100644 --- a/dart/anime/src/sq/filma24/source.dart +++ b/dart/anime/src/sq/filma24/source.dart @@ -1,7 +1,7 @@ import '../../../../../model/source.dart'; Source get filma24 => _filma24; -const _filma24Version = "0.0.4"; +const _filma24Version = "0.0.45"; const _filma24CodeUrl = "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart"; Source _filma24 = Source(