mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add preference for skipping back on resume
This commit is contained in:
parent
c1e64beb74
commit
e412c3da48
9 changed files with 63 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue