Ignore first 60s of playback like Plex

This commit is contained in:
croneter 2018-02-04 16:58:10 +01:00
parent b9c1bbd8d3
commit 14635fea4d

View file

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