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) {