From 79a7199e0417d8a6103095452f544c0f9f3e1178 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Sun, 25 Jul 2004 19:25:59 +0000 Subject: [PATCH] Uncommented the play MT playlist --- iTunesRemote.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iTunesRemote.m b/iTunesRemote.m index 35c9990..828e1b8 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -803,7 +803,7 @@ 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; } -- 2.20.1