mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Correct update order
This fixes the progress bar display
This commit is contained in:
parent
4094fc19ea
commit
b98d7a4f93
@ -44,8 +44,8 @@ extension MPDClient {
|
||||
|
||||
if let status = self.status {
|
||||
self.delegate?.didUpdateQueuePos(mpdClient: self, song: status.song)
|
||||
self.delegate?.didUpdateTime(mpdClient: self, total: status.totalTime, elapsedMs: status.elapsedTimeMs)
|
||||
self.delegate?.didUpdateState(mpdClient: self, state: status.state)
|
||||
self.delegate?.didUpdateTime(mpdClient: self, total: status.totalTime, elapsedMs: status.elapsedTimeMs)
|
||||
}
|
||||
}
|
||||
if mpdIdle.contains(.update) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user