mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
fix: local playlists can't be auto-played
This commit is contained in:
parent
d2dfb2e37a
commit
5bfbd5afa0
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user