From 4087ff35d6589fde33baf66671e010f5e8581264 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 16 Aug 2022 21:53:04 +0800 Subject: [PATCH] Dont set the media image yet --- .../Sources/Services/AudioSession/AudioSession.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Services/AudioSession/AudioSession.swift b/apple/OmnivoreKit/Sources/Services/AudioSession/AudioSession.swift index b168a47e3..62e58189d 100644 --- a/apple/OmnivoreKit/Sources/Services/AudioSession/AudioSession.swift +++ b/apple/OmnivoreKit/Sources/Services/AudioSession/AudioSession.swift @@ -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" ]