From 66ab2b11b92fb27acbe2498aa9df4d1aeae31976 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 20 Sep 2020 22:20:40 -0400 Subject: [PATCH] Clear out more data in channel view to prevent other channel data from showing up --- src/renderer/views/Channel/Channel.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/renderer/views/Channel/Channel.js b/src/renderer/views/Channel/Channel.js index 906cf1e4..40bf4743 100644 --- a/src/renderer/views/Channel/Channel.js +++ b/src/renderer/views/Channel/Channel.js @@ -153,6 +153,14 @@ export default Vue.extend({ // react to route changes... this.id = this.$route.params.id this.currentTab = 'videos' + this.latestVideosPage = 2 + this.searchPage = 2 + this.relatedChannels = [] + this.latestVideos = [] + this.latestPlaylists = [] + this.searchResults = [] + this.shownElementList = [] + this.apiUsed = '' this.isLoading = true if (!this.usingElectron) {