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:
parent
b8698d2830
commit
555a99d5be
@ -23,8 +23,8 @@ extension MPDClient {
|
|||||||
self.connection = connection
|
self.connection = connection
|
||||||
self.status = MPDStatus(status)
|
self.status = MPDStatus(status)
|
||||||
|
|
||||||
self.delegate?.didConnect(mpdClient: self)
|
delegate?.didConnect(mpdClient: self)
|
||||||
self.delegate?.didUpdateStatus(mpdClient: self, status: self.status!)
|
delegate?.didUpdateStatus(mpdClient: self, status: self.status!)
|
||||||
}
|
}
|
||||||
|
|
||||||
func freeConnection() {
|
func freeConnection() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user