Add preference for skipping back on resume

This commit is contained in:
Damontecres 2025-10-07 01:17:17 -04:00
parent c1e64beb74
commit e412c3da48
No known key found for this signature in database
9 changed files with 63 additions and 1 deletions

View file

@ -11,6 +11,7 @@ message PlaybackPreferences {
bool show_debug_info = 5;
bool auto_play_next = 6;
int64 auto_play_next_delay_seconds = 7;
int64 skip_back_on_resume_seconds = 8;
}
message HomePagePreferences{