mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-03 16:53:14 +00:00
Added documentation to XML / defaults to strict-time / time-shift. Also removed overlap-max for now until it's fully implemented.
This commit is contained in:
@@ -378,9 +378,9 @@ class PseudoChannel():
|
||||
|
||||
day_of_week = child.tag
|
||||
|
||||
strict_time = time.attrib['strict-time'] if 'strict-time' in time.attrib else ''
|
||||
strict_time = time.attrib['strict-time'] if 'strict-time' in time.attrib else 'false'
|
||||
|
||||
time_shift = time.attrib['time-shift'] if 'time-shift' in time.attrib else ''
|
||||
time_shift = time.attrib['time-shift'] if 'time-shift' in time.attrib else '1'
|
||||
|
||||
overlap_max = time.attrib['overlap-max'] if 'overlap-max' in time.attrib else ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user