Ignore first 60s of playback like Plex
This commit is contained in:
parent
b9c1bbd8d3
commit
14635fea4d
1 changed files with 2 additions and 0 deletions
|
@ -419,6 +419,8 @@ class InitialSetup():
|
|||
xml.set_setting(['video', 'ignorepercentatend'], value='10')
|
||||
xml.set_setting(['video', 'playcountminimumpercent'],
|
||||
value='90')
|
||||
xml.set_setting(['video', 'ignoresecondsatstart'],
|
||||
value='60')
|
||||
reboot = xml.write_xml
|
||||
except etree.ParseError:
|
||||
cache = None
|
||||
|
|
Loading…
Reference in a new issue