Skip to content

Commit

Permalink
chore(settings): set the default videos seniority to any
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Oct 15, 2022
1 parent 281e72b commit 2081c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/reducers/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const defaultSettings = {
ignored: false,
others: true,
},
videosSeniority: VideosSeniority.ThreeDays,
videosSeniority: VideosSeniority.Any,
},
[HomeView.WatchLater]: {
sorting: {
Expand Down

0 comments on commit 2081c42

Please sign in to comment.