Added Current Entry Object controller to fix issue with currently playing not being updated when loading.
parent
58a61a7b21
commit
671d7021ae
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 New Issue