fix: fixed hianime not showing latest episodes
This commit is contained in:
parent
3adc787cf6
commit
e03827cdb7
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class ZoroTheme extends MProvider {
|
|||
.body;
|
||||
String epUrl = substringBefore(substringAfter(resE, "\"link\":\""), "\"");
|
||||
List<MVideo> a = [];
|
||||
if (hosterSelection.contains(name) && typeSelection.contains(subDub)) {
|
||||
if (hosterSelection.contains(name) && typeSelection.contains(subDub) || subDub == "raw") {
|
||||
if (name.contains("Vidstreaming")) {
|
||||
a = await rapidCloudExtractor(epUrl, "Vidstreaming - $subDub");
|
||||
} else if (name.contains("Vidcloud")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue