git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finished the multiple sources playlist submenu.
[MenuTunes.git]
/
MainController.m
diff --git
a/MainController.m
b/MainController.m
index
dafd199
..
2b3a7fb
100755
(executable)
--- a/
MainController.m
+++ b/
MainController.m
@@
-406,7
+406,7
@@
static MainController *sharedController;
{
ITDebugLog(@"Selecting playlist %i", index);
NS_DURING
{
ITDebugLog(@"Selecting playlist %i", index);
NS_DURING
- [[self currentRemote] switchToPlaylistAtIndex:
index
];
+ [[self currentRemote] switchToPlaylistAtIndex:
(index % 1000) ofSourceAtIndex:(index / 1000)
];
NS_HANDLER
[self networkError:localException];
NS_ENDHANDLER
NS_HANDLER
[self networkError:localException];
NS_ENDHANDLER