mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Compare commits
No commits in common. "a2706f4e0adbe5932ebfe5021683d76dfbeeffa4" and "c406737ec124794f753feb85b89ea6fd607c2654" have entirely different histories.
a2706f4e0a
...
c406737ec1
@ -1,12 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 0.10.3a - 2019-03-25
|
||||
|
||||
### Changed
|
||||
|
||||
- Fixed a bug introduced by the artwork service refactor that missed part of the
|
||||
path and thus prevented it loading artwork from the filesystem
|
||||
|
||||
## 0.10.2a - 2019-03-23
|
||||
|
||||
### Added
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.10.3a</string>
|
||||
<string>0.10.2a</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
@ -22,7 +22,7 @@ extension AlbumArtService {
|
||||
|
||||
return coverArtFilenames
|
||||
.lazy
|
||||
.map { "\(musicDir)/\(albumURI)/\($0)" }
|
||||
.map { "\(musicDir)/\($0)" }
|
||||
.compactMap(self.tryImage)
|
||||
.first
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user