mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 14:41:57 +00:00 
			
		
		
		
	Merge pull request #2479 from robertkleinschuster/playlist-videos-not-updating
fix playlist videos not updating
This commit is contained in:
		@@ -84,7 +84,6 @@ export default {
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    mounted() {
 | 
			
		||||
        this.getPlaylistData();
 | 
			
		||||
        const playlistId = this.$route.query.list;
 | 
			
		||||
        if (this.authenticated && playlistId?.length == 36)
 | 
			
		||||
            this.fetchJson(this.authApiUrl() + "/user/playlists", null, {
 | 
			
		||||
@@ -98,6 +97,7 @@ export default {
 | 
			
		||||
        this.isPlaylistBookmarked();
 | 
			
		||||
    },
 | 
			
		||||
    activated() {
 | 
			
		||||
        this.getPlaylistData();
 | 
			
		||||
        window.addEventListener("scroll", this.handleScroll);
 | 
			
		||||
        if (this.playlist) this.updateTitle();
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user