diff --git a/resources/cider-ui-tests/todo.js b/resources/cider-ui-tests/todo.js index a3fe57d5..075cada0 100644 --- a/resources/cider-ui-tests/todo.js +++ b/resources/cider-ui-tests/todo.js @@ -152,4 +152,11 @@ function processChunk (response) { } else { console.log(library) } -} \ No newline at end of file +} + +//Some Available Functions from MusicKit +// recentPlayed() -> recently played songs ? + +// create Artist / Song/ Album stations: +app.mk.setStationQueue({artist:"1258279972"}) +app.mk.setStationQueue({song:"1437308307"}) // yes the song id here can be the albumId, but just keep using the song: \ No newline at end of file