Don't update Album when storing a MediaItem

This commit is contained in:
vfsfitvnm 2022-07-01 12:02:07 +02:00
parent e6155b428c
commit 9b67586dd6

View file

@ -46,7 +46,7 @@ fun Database.insert(mediaItem: MediaItem): Song {
authorsText = null,
thumbnailUrl = null,
shareUrl = null,
).also(::upsert)
).also(::insert)
upsert(
SongAlbumMap(