mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix attempt for #3356
This commit is contained in:
		
							parent
							
								
									cd9549b7a3
								
							
						
					
					
						commit
						0b641323a3
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue