mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Support auto play next up
This commit is contained in:
parent
a963074f07
commit
73bb96adfb
6 changed files with 144 additions and 23 deletions
|
|
@ -9,6 +9,8 @@ message PlaybackPreferences {
|
|||
int64 controller_timeout_ms = 3;
|
||||
int32 seek_bar_steps = 4;
|
||||
bool show_debug_info = 5;
|
||||
bool auto_play_next = 6;
|
||||
int64 auto_play_next_delay_seconds = 7;
|
||||
}
|
||||
|
||||
message HomePagePreferences{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue