Skip to content

Create list of tracks common to two playlists #189

Discussion options

You must be logged in to vote

Use Filter.removeTracks with invert argument set to true

let p1 = Source.getPlaylistTracks('', 'id1');
let p2 = Source.getPlaylistTracks('', 'id2');
Filter.removeTracks(p1, p2, true);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Wibblyw
Comment options

Answer selected by Wibblyw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants