mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
manga(teamx): fix status values
This commit is contained in:
@@ -31,10 +31,11 @@ class DefaultExtension extends MProvider {
|
||||
{
|
||||
مستمرة: 0,
|
||||
مكتملة: 1,
|
||||
مكتمل: 1,
|
||||
متوقف: 2,
|
||||
متروك: 3,
|
||||
مكتمل: 4,
|
||||
}[status] ?? 5
|
||||
"قادم قريبًا": 4,
|
||||
}[status] ?? 5 // 5 => unknown
|
||||
);
|
||||
}
|
||||
hasNextPage(doc) {
|
||||
|
||||
Reference in New Issue
Block a user