Don't update Album when storing a MediaItem
This commit is contained in:
@@ -46,7 +46,7 @@ fun Database.insert(mediaItem: MediaItem): Song {
|
|||||||
authorsText = null,
|
authorsText = null,
|
||||||
thumbnailUrl = null,
|
thumbnailUrl = null,
|
||||||
shareUrl = null,
|
shareUrl = null,
|
||||||
).also(::upsert)
|
).also(::insert)
|
||||||
|
|
||||||
upsert(
|
upsert(
|
||||||
SongAlbumMap(
|
SongAlbumMap(
|
||||||
|
|||||||
Reference in New Issue
Block a user