mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Trying to lock when we already have the lock is bad
This commit is contained in:
parent
f39c2a4f99
commit
cacb0b0124
@ -81,11 +81,11 @@ extension MPDClient {
|
||||
self.delegate?.didFinishDatabaseUpdate(mpdClient: self)
|
||||
}
|
||||
}
|
||||
|
||||
if !mpdIdle.isEmpty {
|
||||
self.idle()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if !mpdIdle.isEmpty {
|
||||
self.idle()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user