Created
February 11, 2019 08:11
-
-
Save palikhov/1f8641700661c83c69b8a43bca2e8679 to your computer and use it in GitHub Desktop.
Jukebox: clear jukebox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
while(Jukebox.playlist.length) { | |
Jukebox.playlist.models[0].destroy(); | |
} | |
d20.Campaign.save({jukeboxfolder: ""}); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment