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,10 +18,11 @@ $options = [
'scope' => [
'playlist-read-private',
'playlist-modify-private',
'playlist-modify-public',
'user-read-private',
],
'state' => $state,
];
header('Location: ' . $session->getAuthorizeUrl($options));
header('Location: '.$session->getAuthorizeUrl($options));
die();
Loading