diff --git a/src/renderer/views/Channel/Channel.js b/src/renderer/views/Channel/Channel.js index c8bc6e7f..a614027a 100644 --- a/src/renderer/views/Channel/Channel.js +++ b/src/renderer/views/Channel/Channel.js @@ -414,7 +414,7 @@ export default Vue.extend({ this.channelDescription = autolinker.link(response.description) this.relatedChannels = response.relatedChannels.map((channel) => { channel.authorThumbnails[channel.authorThumbnails.length - 1].url = channel.authorThumbnails[channel.authorThumbnails.length - 1].url.replace('https://yt3.ggpht.com', `${this.currentInvidiousInstance}/ggpht/`) - + channel.channelId = channel.authorId return channel }) this.latestVideos = response.latestVideos