add create customs stations creation in todo
This commit is contained in:
parent
34bd687209
commit
86212394f4
1 changed files with 8 additions and 1 deletions
|
@ -152,4 +152,11 @@ function processChunk (response) {
|
|||
} else {
|
||||
console.log(library)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//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:
|
Loading…
Add table
Add a link
Reference in a new issue