From 185b8b3a3df1cde2a218e531b78695c6c39cc361 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou <107993382+kodjodevf@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:48:13 +0100 Subject: [PATCH] fix --- dart/anime/multisrc/zorotheme/sources.dart | 2 +- dart/anime/multisrc/zorotheme/zorotheme.dart | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {