Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Transferred filtering logic to SubscriptionsTabUi component
  • Loading branch information
palharesf committed Aug 24, 2025
commit 1f1438a3e8022ef263061d4932cd7ffc78742833
8 changes: 0 additions & 8 deletions src/renderer/helpers/subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ export function updateVideoListAfterProcessing(videos) {
})
}

if (store.getters.getHideWatchedSubs) {
const historyCacheById = store.getters.getHistoryCacheById

videoList = videoList.filter((video) => {
return !Object.hasOwn(historyCacheById, video.videoId)
})
}

// ordered last to show first eligible video from channel
// if the first one incidentally failed one of the above checks
if (store.getters.getOnlyShowLatestFromChannel) {
Expand Down