musikr: fix unpopulated presong cover
This commit is contained in:
parent
6d85f43304
commit
88f43a7906
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class TagInterpreterImpl @Inject constructor() : TagInterpreter {
|
|||
preAlbum = preAlbum,
|
||||
preArtists = rawArtists,
|
||||
preGenres = rawGenres,
|
||||
cover = null)
|
||||
cover = cover)
|
||||
}
|
||||
|
||||
private fun makePreAlbum(
|
||||
|
|
Loading…
Reference in a new issue