Add max bitrate preference

This commit is contained in:
Damontecres 2025-10-08 21:37:10 -04:00
parent 730a578117
commit 560e7cc545
No known key found for this signature in database
5 changed files with 55 additions and 0 deletions

View file

@ -12,6 +12,7 @@ message PlaybackPreferences {
bool auto_play_next = 6;
int64 auto_play_next_delay_seconds = 7;
int64 skip_back_on_resume_seconds = 8;
int64 max_bitrate = 9;
}
message HomePagePreferences{