mirror of
https://github.com/mihonapp/mihon.git
synced 2025-05-05 02:26:30 +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:
parent
6c4f1184cb
commit
010352fee3
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user