0

Apple Music displays "live" inside the control center, if you hear Beats 1. Is there any way to display this "live" label and hide the normal audio progress slider?

enter image description here

WalterBeiter
  • 2,021
  • 3
  • 23
  • 48

1 Answers1

0

Update this string key MPNowPlayingInfoPropertyIsLiveStream when update nowPlayingInfo dictionnary from MPNowPlayingInfoCenter.

Here's an example: https://github.com/noreasonprojects/ModernAVPlayer/blob/develop/Sources/Core/Services/NowPlayingService.swift

raphael
  • 777
  • 1
  • 9
  • 18