mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
refactor: SyncManager uses them as well can't be private.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
fbf8c46b74
commit
309bfd1733
@ -118,7 +118,7 @@ class BackupCreator(
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun backupCategories(options: Int): List<BackupCategory> {
|
||||
suspend fun backupCategories(options: Int): List<BackupCategory> {
|
||||
if (options and BACKUP_CATEGORY != BACKUP_CATEGORY) return emptyList()
|
||||
|
||||
return categoriesBackupCreator.backupCategories()
|
||||
@ -128,7 +128,7 @@ class BackupCreator(
|
||||
return mangaBackupCreator.backupMangas(mangas, flags)
|
||||
}
|
||||
|
||||
private fun backupSources(mangas: List<Manga>): List<BackupSource> {
|
||||
fun backupSources(mangas: List<Manga>): List<BackupSource> {
|
||||
return sourcesBackupCreator.backupSources(mangas)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user