Hi, I'm using ActivateWindow(Music,$INFO[ListItem.FolderPath],return) on a music artist to open a list of albums, however the container opens with the sort method of title, how can I force it to open with the sort method of year, I've tried the following:-
ActivateWindow(Music,$INFO[ListItem.FolderPath]&sortby=year,return)
Any ideas?
ActivateWindow(Music,$INFO[ListItem.FolderPath]&sortby=year,return)
Any ideas?