Created
August 28, 2015 14:37
-
-
Save dan-dr/9662de149ddff4fd0957 to your computer and use it in GitHub Desktop.
Back up Rdio's Play Later queue to current active playlist if you have Rdio Enhancer
This file contains 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
jQuery.each(R.player.queue._collection.models, function(index, track) { | |
R.enhancer.current_playlist.model.add(track.get('source')); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment