Clear SongAlbumMaps before upserting new album data
This commit is contained in:
@@ -79,6 +79,8 @@ fun AlbumScreen(browseId: String) {
|
||||
?.onSuccess { currentAlbumPage ->
|
||||
albumPage = currentAlbumPage
|
||||
|
||||
Database.clearAlbum(browseId)
|
||||
|
||||
Database.upsert(
|
||||
Album(
|
||||
id = browseId,
|
||||
|
||||
Reference in New Issue
Block a user