Fix attempt for #3356

This commit is contained in:
dadus33 2024-01-23 17:32:33 +02:00
parent cd9549b7a3
commit 0b641323a3

View file

@ -510,9 +510,7 @@ export default {
},
async getPlaylistData() {
if (this.playlistId) {
await this.fetchJson(this.apiUrl() + "/playlists/" + this.playlistId).then(data => {
this.playlist = data;
});
this.playlist = await this.getPlaylist(this.playlistId);
await this.fetchPlaylistPages().then(() => {
if (!(this.index >= 0)) {
for (let i = 0; i < this.playlist.relatedStreams.length; i++)