mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont set the media image yet
This commit is contained in:
parent
bed6871123
commit
4087ff35d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue