Added Current Entry Object controller to fix issue with currently playing not being updated when loading.
This commit is contained in:
parent
58a61a7b21
commit
671d7021ae
2 changed files with 2868 additions and 2839 deletions
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@ typedef enum {
|
||||||
IBOutlet PlaylistLoader *playlistLoader;
|
IBOutlet PlaylistLoader *playlistLoader;
|
||||||
IBOutlet EntriesController *entriesController;
|
IBOutlet EntriesController *entriesController;
|
||||||
IBOutlet SpotlightWindowController *spotlightWindowController;
|
IBOutlet SpotlightWindowController *spotlightWindowController;
|
||||||
|
|
||||||
NSMutableArray *shuffleList;
|
NSMutableArray *shuffleList;
|
||||||
NSMutableArray *queueList;
|
NSMutableArray *queueList;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue