Fix merged manga chapters and merged manga filtered scanlators

This commit is contained in:
Jobobby04
2023-12-27 16:30:56 -05:00
parent d82b2919f8
commit 25f94e4500
5 changed files with 65 additions and 6 deletions
@@ -37,5 +37,9 @@ interface ChapterRepository {
mangaId: Long,
applyScanlatorFilter: Boolean = false,
): Flow<List<Chapter>>
suspend fun getScanlatorsByMergeId(mangaId: Long): List<String>
fun getScanlatorsByMergeIdAsFlow(mangaId: Long): Flow<List<String>>
// SY <--
}