Only how indexing downloads banner the first time

Closes #8903
This commit is contained in:
arkon
2023-01-13 18:40:59 -05:00
parent 1967923a94
commit b6468c7e31
3 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,6 @@ abstract class SearchScreenModel<T>(
async {
try {
val page = withContext(coroutineDispatcher) {
logcat { "Searching ${source.name}" }
source.fetchSearchManga(1, query, source.getFilterList()).awaitSingle()
}