mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	| @@ -25,7 +25,7 @@ class MangaRepositoryImpl( | ||||
|     } | ||||
|  | ||||
|     override suspend fun getMangaByUrlAndSourceId(url: String, sourceId: Long): Manga? { | ||||
|         return handler.awaitOneOrNull { mangasQueries.getMangaByUrlAndSource(url, sourceId, mangaMapper) } | ||||
|         return handler.awaitOneOrNull(inTransaction = true) { mangasQueries.getMangaByUrlAndSource(url, sourceId, mangaMapper) } | ||||
|     } | ||||
|  | ||||
|     override fun getMangaByUrlAndSourceIdAsFlow(url: String, sourceId: Long): Flow<Manga?> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user