This commit is contained in:
kodjomoustapha 2024-06-18 16:49:59 +01:00
parent 2c75b38f19
commit a824765cf6

View file

@ -45,8 +45,8 @@ class _CodeEditorState extends ConsumerState<CodeEditor> {
("getLatestUpdates", 1),
("search", 2),
("getDetail", 3),
if (source!.isManga!) ("getPageList", 4),
if (!source!.isManga!) ("getVideoList", 5)
("getPageList", 4),
("getVideoList", 5)
];
int _serviceIndex = 0;