Skip to content
Snippets Groups Projects

Resolve "Add feature "create new playlist from tracks in existing playlist""

3 files
+ 81
14
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
1
@@ -18,6 +18,7 @@ $options = [
'scope' => [
'playlist-read-private',
'playlist-modify-private',
'playlist-modify-public',
'user-read-private',
],
'state' => $state,
Loading