This commit is contained in:
vapormusic 2022-02-16 13:22:48 +07:00
parent 209d3889fb
commit 9218ccc887
2 changed files with 2 additions and 2 deletions

View file

@ -1094,7 +1094,7 @@ const app = new Vue({
let playlistId = response.id
this.playlists.loadingState = (!transient) ? 0 : 1
this.showingPlaylist = response
if (!response.relationships.tracks.next) {
if (!response.relationships?.tracks?.next) {
this.playlists.loadingState = 1
return
}