Support auto play next up

This commit is contained in:
Damontecres 2025-10-06 14:04:36 -04:00
parent a963074f07
commit 73bb96adfb
No known key found for this signature in database
6 changed files with 144 additions and 23 deletions

View file

@ -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{