mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
Fix OmegaScans
This commit is contained in:
@@ -215,12 +215,22 @@ class HeanCms extends MProvider {
|
||||
}
|
||||
|
||||
bool useNewQueryEndpoint(String sourceName) {
|
||||
List<String> sources = ["YugenMangas", "Perf Scan", "Reaper Scans"];
|
||||
List<String> sources = [
|
||||
"YugenMangas",
|
||||
"Perf Scan",
|
||||
"Reaper Scans",
|
||||
"OmegaScans"
|
||||
];
|
||||
return sources.contains(sourceName);
|
||||
}
|
||||
|
||||
bool useslugStrategy(String sourceName) {
|
||||
List<String> sources = ["YugenMangas", "Reaper Scans", "Perf Scan"];
|
||||
List<String> sources = [
|
||||
"YugenMangas",
|
||||
"Reaper Scans",
|
||||
"Perf Scan",
|
||||
"OmegaScans"
|
||||
];
|
||||
return sources.contains(sourceName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user