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" ]