1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/Persephone/MPDClient/Extensions
Dan Barber 11be238788
Address PR feedback
* Use the OperationQueue's `operationCount` function instead of keeping
count ourselves. This is reliable now each command is entirely self
contained.

* Rename `queueCommand` to `enqueueCommand`

* Move the command Enum into its own model file

* Move the `enqueueCommand` function into MPDClient+Command
2019-03-20 20:06:24 -04:00
..
MPDClient+Album.swift Address PR feedback 2019-03-20 20:06:24 -04:00
MPDClient+Command.swift Address PR feedback 2019-03-20 20:06:24 -04:00
MPDClient+Connection.swift WIP: Refactor MPDClient 2019-03-20 20:06:23 -04:00
MPDClient+Error.swift WIP: Refactor MPDClient 2019-03-20 20:06:23 -04:00
MPDClient+Idle.swift Address PR feedback 2019-03-20 20:06:24 -04:00
MPDClient+Queue.swift Address PR feedback 2019-03-20 20:06:24 -04:00
MPDClient+Status.swift WIP: Refactor MPDClient 2019-03-20 20:06:23 -04:00
MPDClient+Transport.swift Address PR feedback 2019-03-20 20:06:24 -04:00
RawRepresentable.swift Move RawRepresentable extension into it's own file 2019-02-08 13:49:57 -05:00