From 86212394f48e08a67e0fbcde5a3f74ebcd32b4d2 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Mon, 13 Dec 2021 11:45:15 +0700 Subject: [PATCH] add create customs stations creation in todo --- resources/cider-ui-tests/todo.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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