Resolve "Create playlist from top played artists"
Compare changes
+ 44
− 0
@@ -43,6 +43,7 @@ $user = $api->me();
@@ -43,6 +43,7 @@ $user = $api->me();
@@ -53,6 +54,8 @@ if (isset($_GET['playlist'])) {
@@ -53,6 +54,8 @@ if (isset($_GET['playlist'])) {
error_log('Will create new playlist from tracks in playlist '.$selectedPlaylistId.' "'.$playlist->name.'".');
@@ -88,10 +91,51 @@ if ($selectedPlaylistId) {
@@ -88,10 +91,51 @@ if ($selectedPlaylistId) {
$templateData['infos'][] = 'Ok created new playlist with '.count($pickedTrackIds).' tracks: '.$playlistLink;