I am dumb. Fixed the fix.
authorKent Sutherland <ksuther@ithinksw.com>
Sat, 16 Oct 2004 02:01:15 +0000 (02:01 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sat, 16 Oct 2004 02:01:15 +0000 (02:01 +0000)
MenuController.m

index e0721a4..a7147a4 100755 (executable)
         } else if ([nextObject isEqualToString:@"trackInfo"]) {
             ITDebugLog(@"Check to see if a Track is playing...");
             //Handle playing radio too
-            if (_currentTrack != -1 && _currentPlaylist > 1) {
+            if (_currentTrack != -1 && _currentPlaylist > 0) {
                 NSString *title = nil;
                 NS_DURING
                     title = [mtr currentSongTitle];