Update aniworld.js

This commit is contained in:
Moustapha Kodjo Amadou
2024-11-23 15:54:27 +01:00
committed by GitHub
parent e8acebca2d
commit 15e8bb61b4

View File

@@ -7,7 +7,7 @@ const mangayomiSources = [{
"typeSource": "single", "typeSource": "single",
"isManga": false, "isManga": false,
"isNsfw": false, "isNsfw": false,
"version": "0.0.27", "version": "0.0.28",
"dateFormat": "", "dateFormat": "",
"dateFormatLocale": "", "dateFormatLocale": "",
"pkgPath": "anime/src/de/aniworld.js" "pkgPath": "anime/src/de/aniworld.js"
@@ -302,4 +302,4 @@ function getRandomString(length) {
result += chars[random]; result += chars[random];
} }
return result; return result;
} }