Find the current song's URL and pass it on when possible
This commit is contained in:
parent
b8bcdc5a83
commit
d9c8e0fe28
9 changed files with 79 additions and 21 deletions
|
@ -34,6 +34,7 @@ MPNowPlayingInfoPropertyPlaybackQueueIndex: Final = (
|
|||
MPNowPlayingInfoPropertyElapsedPlaybackTime: Final = (
|
||||
"MPNowPlayingInfoPropertyElapsedPlaybackTime"
|
||||
)
|
||||
MPNowPlayingInfoPropertyAssetURL: Final = "MPNowPlayingInfoPropertyAssetURL"
|
||||
MPNowPlayingInfoPropertyExternalContentIdentifier: Final = (
|
||||
"MPNowPlayingInfoPropertyExternalContentIdentifier"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue