quick final fix (fingers crossed this time)
This commit is contained in:
parent
454d169a11
commit
f43fe73769
1 changed files with 2 additions and 0 deletions
|
|
@ -824,6 +824,8 @@ class AudioPlayer: NSObject, ObservableObject {
|
|||
if isUsingCrossfade {
|
||||
SmartCrossfadeManager.shared.resume()
|
||||
isPlaying = true
|
||||
// offlineVisTimer was stopped on pause — restart it so currentLevels() advances
|
||||
if isUsingOfflineVis { startOfflineVisSync() }
|
||||
updateNowPlayingInfo()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue