Fixed closePlayback

This commit is contained in:
Rasmus Krämer
2022-04-18 12:11:29 +02:00
parent 13665af0ed
commit 2f8e30accb
6 changed files with 16 additions and 17 deletions
+1
View File
@@ -61,6 +61,7 @@ class NowPlayingInfo {
MPNowPlayingInfoCenter.default().nowPlayingInfo = nowPlayingInfo
}
public static func reset() {
nowPlayingInfo = [:]
MPNowPlayingInfoCenter.default().nowPlayingInfo = nil
}