mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Suport passout protection (#41)
Adds a setting to configure pass out protection which, when enabled, will stop auto playing next up episodes if the user hasn't interacted with the app within the configurable 1-3 hours.
This commit is contained in:
parent
c3cc284238
commit
8904360fb5
7 changed files with 56 additions and 7 deletions
|
|
@ -34,6 +34,7 @@ message PlaybackPreferences {
|
|||
SkipSegmentBehavior skip_previews = 14;
|
||||
|
||||
PlaybackOverrides overrides = 15;
|
||||
int64 pass_out_protection_ms = 16;
|
||||
}
|
||||
|
||||
message HomePagePreferences{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue