Create Playlist

Notes

Creates a playlist with the given music, name, author and description.

Syntax

createPlaylist(name: <#String (Allows Variables)#>, music: <#Variable#>, author: <#String (Allows Variables)#>, description: <#String (Allows Variables)#>)

Example

createPlaylist(name: "${Name}'s Playlist", music: New Music, author: "${Name}", description: "${Name}'s favorite songs from 2021")