diff --git a/dart/anime/multisrc/zorotheme/sources.dart b/dart/anime/multisrc/zorotheme/sources.dart index b010ad4e..1ed816d1 100644 --- a/dart/anime/multisrc/zorotheme/sources.dart +++ b/dart/anime/multisrc/zorotheme/sources.dart @@ -2,7 +2,7 @@ import '../../../../model/source.dart'; import 'src/hianime/hianime.dart'; import 'src/kaido/kaido.dart'; -const _zorothemeVersion = "0.1.3"; +const _zorothemeVersion = "0.1.4"; const _zorothemeSourceCodeUrl = "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart"; diff --git a/dart/anime/multisrc/zorotheme/zorotheme.dart b/dart/anime/multisrc/zorotheme/zorotheme.dart index ab9c8ec9..0883da82 100644 --- a/dart/anime/multisrc/zorotheme/zorotheme.dart +++ b/dart/anime/multisrc/zorotheme/zorotheme.dart @@ -637,11 +637,11 @@ class ZoroTheme extends MProvider { values: ["HD-1", "HD-2", "StreamTape"], ), MultiSelectListPreference( - key: "type_selection_new", + key: "type_selection_1", title: "Enable/Disable Types", summary: "", entries: ["Sub", "Dub", "Raw"], - entryValues: ["sub", "dub"], + entryValues: ["sub", "dub", "raw"], values: ["sub", "dub", "raw"], ), ]; @@ -684,7 +684,7 @@ class ZoroTheme extends MProvider { } List preferenceTypeSelection(int sourceId) { - return getPreferenceValue(sourceId, "type_selection_new"); + return getPreferenceValue(sourceId, "type_selection_1"); } String ll(String url) {