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,
|
preAlbum = preAlbum,
|
||||||
preArtists = rawArtists,
|
preArtists = rawArtists,
|
||||||
preGenres = rawGenres,
|
preGenres = rawGenres,
|
||||||
cover = null)
|
cover = cover)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun makePreAlbum(
|
private fun makePreAlbum(
|
||||||
|
|
Loading…
Reference in a new issue