[feat] Bulk Requests
This commit is contained in:
@@ -63,7 +63,7 @@ class ComicPageViewModel : ViewModel()
|
||||
if(comic.value != null) return
|
||||
LaunchedEffect(id, page) {
|
||||
coroutineScope?.launch {
|
||||
comic.value = MediaManager.queryComicInfo(id)
|
||||
comic.value = MediaManager.queryComicInfoSingle(id)
|
||||
comic.value?.let {
|
||||
pageList.addAll(it.comic.list)
|
||||
title.value = it.comic.comic_name
|
||||
|
||||
Reference in New Issue
Block a user