Backup Entries not in Library

Co-Authored-By: jobobby04 <jobobby04@gmail.com>
This commit is contained in:
Roshan Varughese
2024-10-15 01:27:39 +13:00
parent a72db41bf1
commit 1a442564df
6 changed files with 41 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ interface MangaRepository {
suspend fun getFavorites(): List<Manga>
suspend fun getReadMangaNotInLibrary(): List<Manga>
suspend fun getLibraryManga(): List<LibraryManga>
fun getLibraryMangaAsFlow(): Flow<List<LibraryManga>>