Uncommented the play MT playlist
authorKent Sutherland <ksuther@ithinksw.com>
Sun, 25 Jul 2004 19:25:59 +0000 (19:25 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sun, 25 Jul 2004 19:25:59 +0000 (19:25 +0000)
iTunesRemote.m

index 35c9990..828e1b8 100755 (executable)
     ITSendAEWithString([NSString stringWithFormat:@"data:long(%i), '----':obj { form:'prop', want:type('prop'), seld:type('pFix'), from:'null'() }", fixed], 'core', 'setd', &savedPSN);
     
     //Play MenuTunes playlist
-    //ITSendAEWithString(@"'----':obj { form:'name', want:type('cPly'), seld:\"MenuTunes\", from:'null'() }", 'hook', 'Play', &savedPSN);
+    ITSendAEWithString(@"'----':obj { form:'name', want:type('cPly'), seld:\"MenuTunes\", from:'null'() }", 'hook', 'Play', &savedPSN);
     
     return YES;
 }