Dont set the media image yet

This commit is contained in:
Jackson Harper 2022-08-16 21:53:04 +08:00
parent bed6871123
commit 4087ff35d6

View file

@ -130,7 +130,7 @@ public class AudioSession: ObservableObject {
// status = .loaded(image: Image(nsImage: cachedImage))
// #endif
MPNowPlayingInfoCenter.default().nowPlayingInfo = [
MPMediaItemPropertyArtwork: cachedImage,
// MPMediaItemPropertyArtwork: cachedImage,
MPMediaItemPropertyArtist: item?.author ?? "Omnivore",
MPMediaItemPropertyTitle: item?.title ?? "Your Omnivore Article"
]