mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-13 04:59:33 +01:00
Clear community posts array when switching channels (#3316)
This commit is contained in:
parent
21115d2b9c
commit
f525b0e2d4
@ -250,6 +250,7 @@ export default defineComponent({
|
||||
this.latestLive = []
|
||||
this.liveSortBy = 'newest'
|
||||
this.latestPlaylists = []
|
||||
this.latestCommunityPosts = []
|
||||
this.searchResults = []
|
||||
this.shownElementList = []
|
||||
this.apiUsed = ''
|
||||
|
Loading…
Reference in New Issue
Block a user