mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01: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 | ||||
|     } | ||||
|  | ||||
|     private suspend fun updateManga(manga: Manga): Long { | ||||
|      suspend fun updateManga(manga: Manga): Long { | ||||
|         handler.await(true) { | ||||
|             mangasQueries.update( | ||||
|                 source = manga.source, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user