Skip to content

Commit

Permalink
Clear live videos when navigating between channels
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Mar 8, 2023
1 parent 29dd63b commit da3bcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/views/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export default defineComponent({
this.searchPage = 2
this.relatedChannels = []
this.latestVideos = []
this.latestLive = []
this.latestPlaylists = []
this.searchResults = []
this.shownElementList = []
Expand Down

0 comments on commit da3bcc2

Please sign in to comment.