fix: disable auto-skip by default

close #351
This commit is contained in:
edde746
2026-01-31 05:36:01 +01:00
parent 3df0e57a4e
commit b20d35d690
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab {
int _sleepTimerDuration = 30;
bool _rememberTrackSelections = true;
bool _clickVideoTogglesPlayback = false;
bool _autoSkipIntro = true;
bool _autoSkipCredits = true;
bool _autoSkipIntro = false;
bool _autoSkipCredits = false;
int _autoSkipDelay = 5;
bool _downloadOnWifiOnly = false;
bool _videoPlayerNavigationEnabled = false;