mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
fix
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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<String> preferenceTypeSelection(int sourceId) {
|
||||
return getPreferenceValue(sourceId, "type_selection_new");
|
||||
return getPreferenceValue(sourceId, "type_selection_1");
|
||||
}
|
||||
|
||||
String ll(String url) {
|
||||
|
||||
Reference in New Issue
Block a user