Skip to content

Instantly share code, notes, and snippets.

@dan-dr
Created August 28, 2015 14:37
Show Gist options
  • Save dan-dr/9662de149ddff4fd0957 to your computer and use it in GitHub Desktop.
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
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