Skip to content

Commit

Permalink
Reset sort by when changing channels
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Mar 12, 2023
1 parent da3bcc2 commit 03b99f4
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 @@ -248,6 +248,7 @@ export default defineComponent({
this.relatedChannels = []
this.latestVideos = []
this.latestLive = []
this.liveSortBy = 'newest'
this.latestPlaylists = []
this.searchResults = []
this.shownElementList = []
Expand Down

0 comments on commit 03b99f4

Please sign in to comment.