+ if ([[curPlaylist objectAtIndex:1] intValue] == ITMTRemoteiPodSource) {
+ NSLog(@"We have an iPod!");
+ NSLog(@"This iPod is named %@!", name);
+ NSLog(@"Does it update automagically?");
+ NSLog(@"Result: %i", [self iPodWithNameAutomaticallyUpdates:name]);
+ }
+
+ if ( ([[curPlaylist objectAtIndex:1] intValue] == ITMTRemoteiPodSource) && [self iPodWithNameAutomaticallyUpdates:name] ) {