From c59b8333d7d877f688508bda346a75f3b0938061 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 6 Dec 2020 20:18:08 -0500 Subject: [PATCH] Temporarily fix channel id extraction from watch object --- src/renderer/views/Watch/Watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/Watch/Watch.js b/src/renderer/views/Watch/Watch.js index 58957bd5f..e20783540 100644 --- a/src/renderer/views/Watch/Watch.js +++ b/src/renderer/views/Watch/Watch.js @@ -225,7 +225,7 @@ export default Vue.extend({ 10 ) if ('id' in result.videoDetails.author) { - this.channelId = result.videoDetails.author.id + this.channelId = result.player_response.videoDetails.channelId this.channelName = result.videoDetails.author.name console.log(result) this.channelThumbnail = result.videoDetails.author.thumbnails[0].url