Added Current Entry Object controller to fix issue with currently playing not being updated when loading.

CQTexperiment
vspader 2008-03-02 20:03:22 +00:00
parent 58a61a7b21
commit 671d7021ae
2 changed files with 2868 additions and 2839 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ typedef enum {
IBOutlet PlaylistLoader *playlistLoader;
IBOutlet EntriesController *entriesController;
IBOutlet SpotlightWindowController *spotlightWindowController;
NSMutableArray *shuffleList;
NSMutableArray *queueList;