fix error where videos in previous playlist appear

This commit is contained in:
ChunkyProgrammer 2024-01-10 22:22:55 -05:00
parent e445500cb5
commit 44c5d2aa95
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ export default defineComponent({
this.channelId = playlist.channelId
this.infoSource = 'piped'
this.continuationData = nextpage
this.playlistItems = this.playlistItems.concat(videos)
this.playlistItems = videos
this.updateSubscriptionDetails({
channelThumbnailUrl: pipedImageToYouTube(playlist.channelThumbnail),