mirror of
https://github.com/danbee/persephone
synced 2026-06-22 14:52:22 +00:00
Fixed a silly bug
We forgot the actual albumURI in the path!
This commit is contained in:
parent
c406737ec1
commit
3ac2be469a
@ -22,7 +22,7 @@ extension AlbumArtService {
|
||||
|
||||
return coverArtFilenames
|
||||
.lazy
|
||||
.map { "\(musicDir)/\($0)" }
|
||||
.map { "\(musicDir)/\(albumURI)/\($0)" }
|
||||
.compactMap(self.tryImage)
|
||||
.first
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user