mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
fix AnimeWorld India(ALL)
This commit is contained in:
@@ -52,7 +52,8 @@ class AnimeWorldIndia extends MProvider {
|
||||
url += "${ll(url)}s_genre=";
|
||||
if (genre.isNotEmpty) {
|
||||
for (var st in genre) {
|
||||
url += "${st.value}".toLowerCase().replaceAll(" ", "-");
|
||||
String value = st.value;
|
||||
url += value.toLowerCase().replaceAll(" ", "-");
|
||||
if (genre.length > 1) {
|
||||
url += "%2C";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user