@@ -154,7 +154,7 @@ |
||
154 | 154 | 'collaborative' => false, |
155 | 155 | // can you please autolink Spotify URIs in the description? |
156 | 156 | 'description' => 'Playlist morphed from spotify:user:'.$playlist_user.':playlist:'.$playlist_id.' ['.$hash.']' |
157 | - .(!empty($userPlaylist->description) ? '('.$userPlaylist->description.')' : ''), |
|
157 | + .(!empty($userPlaylist->description) ? '('.$userPlaylist->description.')' : ''), |
|
158 | 158 | ])); |
159 | 159 | |
160 | 160 | $logger->info('created playlist: '.$playlistname.' ('.count($newtracks).' tracks total)'); |