1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

We don't need self here

This commit is contained in:
Daniel Barber 2020-01-17 18:02:28 -05:00
parent b8698d2830
commit 555a99d5be
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -23,8 +23,8 @@ extension MPDClient {
self.connection = connection
self.status = MPDStatus(status)
self.delegate?.didConnect(mpdClient: self)
self.delegate?.didUpdateStatus(mpdClient: self, status: self.status!)
delegate?.didConnect(mpdClient: self)
delegate?.didUpdateStatus(mpdClient: self, status: self.status!)
}
func freeConnection() {