Ticket #9647: mythproto.patch

File mythproto.patch, 701 bytes (added by Manwe <nettibug@…>, 13 years ago)

same line fix as in description

  • mythtv/bindings/python/MythTV/mythproto.py

    diff --git a/mythtv/bindings/python/MythTV/mythproto.py b/mythtv/bindings/python/MythTV/mythproto.py
    index b7ce807..8f2779d 100644
    a b class Program( DictData, RECSTATUS, AUDIO_PROPS, VIDEO_PROPS, \ 
    830830                    ('endtime', prog['EndTime']),
    831831                    ('recstartts', prog['Recording']['StartTs']),
    832832                    ('recendts', prog['Recording']['EndTs']),
    833                     ('lastmodified', prog['LastModified')):
     833                    ('lastmodified', prog['LastModified'])):
    834834            if v:
    835835                dat[k] = str(datetime.fromIso(v).timestamp())
    836836