Skip to content

Commit

Permalink
fix: default to 5s seek
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Aug 8, 2024
1 parent 7e8d470 commit 5a0e9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/modules/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const defaults = {
playerPause: true,
playerAutocomplete: true,
playerDeband: false,
playerSeek: 2,
playerSeek: 5,
rssQuality: '1080',
rssFeedsNew: SUPPORTS.extensions ? [['New Releases', 'ASW [Small Size]']] : [],
rssAutoplay: false,
Expand Down

0 comments on commit 5a0e9a1

Please sign in to comment.