1
1
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:
Daniel Barber 2020-02-15 21:26:45 -05:00
parent f39c2a4f99
commit cacb0b0124
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -81,11 +81,11 @@ extension MPDClient {
self.delegate?.didFinishDatabaseUpdate(mpdClient: self)
}
}
if !mpdIdle.isEmpty {
self.idle()
}
}
}
if !mpdIdle.isEmpty {
self.idle()
}
}
}