From 8a38563fa0999446b3c396a23c45c15f73a86c87 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Fri, 6 Feb 2004 23:32:47 +0000 Subject: [PATCH] Hopefuly fixed the iPod playlists to be enabled at the right time. --- MenuController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MenuController.m b/MenuController.m index dfd4f49..1c8dd90 100755 --- a/MenuController.m +++ b/MenuController.m @@ -606,7 +606,7 @@ NSMenu *submenu = [[NSMenu alloc] init]; ITDebugLog(@"Adding source: %@", name); - if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && (![self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]]) ) { + if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && [self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]]) ) { ITDebugLog(@"Invalid iPod source."); } else { for (j = 2; j < [curPlaylist count]; j++) { -- 2.20.1