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

4 Commits

Author SHA1 Message Date
4fcb90efb7
Wire up "update database"
* Menu option starts a database update.

* Spinner to show that update is taking place.
2019-03-19 21:56:14 -04:00
45d47fe422
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-19 19:01:21 -04:00
0306f9e9b5
Now gets artwork from filesystem! 2019-03-16 19:53:37 -04:00
17ed1cdecc
WIP: Refactor MPDClient
This should make handling the queuing side work more reliably.
2019-03-16 18:07:44 -04:00