From 3c44511cb0f9de3e1698a0a33721f6f140ea2a3a Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Sat, 16 Oct 2004 02:01:15 +0000 Subject: [PATCH] I am dumb. Fixed the fix. --- MenuController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MenuController.m b/MenuController.m index e0721a4..a7147a4 100755 --- a/MenuController.m +++ b/MenuController.m @@ -238,7 +238,7 @@ } 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]; -- 2.20.1