This commit is contained in:
Aria Moradi
2021-11-01 23:46:46 +03:30
parent 100a4c9d35
commit 64ea8416b2
8 changed files with 91 additions and 81 deletions

View File

@@ -64,7 +64,7 @@ object GetCatalogueSource {
sourceCache += sourcePair
}
fun invalidateSourceCache(sourceId: Long) {
fun unregisterCatalogueSource(sourceId: Long) {
sourceCache.remove(sourceId)
}
}