Fix local source being accidentally removed (#874)

This commit is contained in:
Mitchell Syer
2024-02-17 11:23:53 -05:00
committed by GitHub
parent eb2054bd5e
commit ea6edaecc4

View File

@@ -83,6 +83,8 @@ object GetCatalogueSource {
}
fun unregisterAllCatalogueSources() {
sourceCache.clear()
(sourceCache - 0L).forEach { (id, _) ->
sourceCache.remove(id)
}
}
}