Android atuo Reset serverItemsInProgress

This commit is contained in:
advplyr
2025-01-11 16:49:20 -06:00
parent 0dc7813c40
commit 9243e90e90
@@ -150,6 +150,7 @@ class MediaManager(private var apiHandler: ApiHandler, var ctx: Context) {
cachedLibraryDiscovery = hashMapOf()
cachedLibraryPodcasts = hashMapOf()
isLibraryPodcastsCached = hashMapOf()
serverItemsInProgress = listOf()
allLibraryPersonalizationsDone = false
libraryPersonalizationsDone = 0
return true