ok
This commit is contained in:
parent
0ec0909697
commit
3772399c01
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ const app = new Vue({
|
||||||
let playlistId = response.id
|
let playlistId = response.id
|
||||||
this.playlists.loadingState = (!transient) ? 0 : 1
|
this.playlists.loadingState = (!transient) ? 0 : 1
|
||||||
this.showingPlaylist = response
|
this.showingPlaylist = response
|
||||||
if (!response.relationships.tracks.next) {
|
if (!response.relationships?.tracks?.next) {
|
||||||
this.playlists.loadingState = 1
|
this.playlists.loadingState = 1
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue