mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add max bitrate preference
This commit is contained in:
parent
730a578117
commit
560e7cc545
5 changed files with 55 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue