Minor cleanup

This commit is contained in:
arkon
2023-10-12 22:43:03 -04:00
parent 7c01201055
commit 81448f5d01
2 changed files with 10 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ class BackupCreator(
private fun backupSourcePreferences(flags: Int): List<BackupSourcePreferences> {
if (flags and BACKUP_SOURCE_PREFS_MASK != BACKUP_SOURCE_PREFS) return emptyList()
return sourceManager.getOnlineSources()
return sourceManager.getCatalogueSources()
.filterIsInstance<ConfigurableSource>()
.map {
BackupSourcePreferences(