Hopefully fixed a dumb error.
authorKent Sutherland <ksuther@ithinksw.com>
Sat, 16 Oct 2004 01:18:10 +0000 (01:18 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sat, 16 Oct 2004 01:18:10 +0000 (01:18 +0000)
MenuController.m

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