[web-src] Update spotify-web-api and adapt to simpified playlist

endpoints
This commit is contained in:
chme
2018-10-26 20:10:52 +02:00
parent e72fd88fb9
commit 388c8868d5
5 changed files with 11 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ export const router = new VueRouter({
meta: { show_progress: true }
},
{
path: '/music/spotify/playlists/:user_id/:playlist_id',
path: '/music/spotify/playlists/:playlist_id',
name: 'Spotify Playlist',
component: SpotifyPagePlaylist,
meta: { show_progress: true }