[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

@@ -100,7 +100,7 @@ export default {
open_playlist: function () {
this.show_details_modal = false
this.$router.push({ path: '/music/spotify/playlists/' + this.playlist.owner.id + '/' + this.playlist.id })
this.$router.push({ path: '/music/spotify/playlists/' + this.playlist.id })
}
}
}