Clear out more data in channel view to prevent other channel data from showing up

This commit is contained in:
Preston 2020-09-20 22:20:40 -04:00
parent e93930ffb4
commit 66ab2b11b9
1 changed files with 8 additions and 0 deletions

View File

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