mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-11 22:09:34 +02:00
refactor: remove private as it's used by syncManager as well.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
@@ -234,7 +234,7 @@ class BackupRestorer(
|
|||||||
return updatedManga
|
return updatedManga
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun updateManga(manga: Manga): Long {
|
suspend fun updateManga(manga: Manga): Long {
|
||||||
handler.await(true) {
|
handler.await(true) {
|
||||||
mangasQueries.update(
|
mangasQueries.update(
|
||||||
source = manga.source,
|
source = manga.source,
|
||||||
|
Reference in New Issue
Block a user