Pass through more simple media item info to MacOS

This commit is contained in:
Danielle McLean 2023-12-06 12:02:13 +11:00
parent eb7509a4e0
commit 28da4da69f
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 22 additions and 0 deletions

View file

@ -24,6 +24,7 @@ MPNowPlayingInfoPropertyMediaType: Final = "MPNowPlayingInfoPropertyMediaType"
MPNowPlayingInfoMediaTypeAudio: Final = 1
MPNowPlayingInfoMediaTypeNone: Final = 0
MPNowPlayingInfoPropertyPlaybackRate: Final = "MPNowPlayingInfoPropertyPlaybackRate"
MPNowPlayingInfoPropertyPlaybackQueueCount: Final = (
"MPNowPlayingInfoPropertyPlaybackQueueCount"
)