diff --git a/dart/anime/multisrc/zorotheme/sources.dart b/dart/anime/multisrc/zorotheme/sources.dart index 60aa5c49..b0b931d9 100644 --- a/dart/anime/multisrc/zorotheme/sources.dart +++ b/dart/anime/multisrc/zorotheme/sources.dart @@ -15,6 +15,6 @@ List _zorothemeSourcesList = [ ] .map((e) => e ..sourceCodeUrl = _zorothemeSourceCodeUrl - ..appMinVerReq = "0.4.0" + ..appMinVerReq = "0.4.1" ..version = _zorothemeVersion) .toList(); diff --git a/dart/anime/multisrc/zorotheme/zorotheme.dart b/dart/anime/multisrc/zorotheme/zorotheme.dart index 34defd34..5c67e493 100644 --- a/dart/anime/multisrc/zorotheme/zorotheme.dart +++ b/dart/anime/multisrc/zorotheme/zorotheme.dart @@ -590,12 +590,12 @@ class ZoroTheme extends MProvider { entryValues: ["HD-1", "HD-2", "StreamTape"], values: ["HD-1", "HD-2", "StreamTape"]), MultiSelectListPreference( - key: "type_selection", + key: "type_selection_new", title: "Enable/Disable Types", summary: "", - entries: ["Sub", "Dub"], + entries: ["Sub", "Dub", "Raw"], entryValues: ["sub", "dub"], - values: ["sub", "dub"]), + values: ["sub", "dub", "raw"]), ]; } @@ -636,7 +636,7 @@ class ZoroTheme extends MProvider { } List preferenceTypeSelection(int sourceId) { - return getPreferenceValue(sourceId, "type_selection"); + return getPreferenceValue(sourceId, "type_selection_new"); } String ll(String url) { @@ -651,6 +651,8 @@ ZoroTheme main(MSource source) { return ZoroTheme(source: source); } +// credits: https://github.com/Kohi-den/extensions-source/tree/main/lib/megacloud-extractor/src/main + const decodePng = """"use strict"; // https://megacloud.tv/images/image.png?v=0.1.0 window.decoded_png = new Uint8ClampedArray([