Clear community posts array when switching channels (#3316)

This commit is contained in:
absidue 2023-03-18 21:09:06 +01:00 committed by GitHub
parent 21115d2b9c
commit f525b0e2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ export default defineComponent({
this.latestLive = []
this.liveSortBy = 'newest'
this.latestPlaylists = []
this.latestCommunityPosts = []
this.searchResults = []
this.shownElementList = []
this.apiUsed = ''