Ticket #12260: dataheap.patch

File dataheap.patch, 685 bytes (added by doug@…, 10 years ago)
  • mythtv/bindings/python/MythTV/dataheap.py

    diff --git a/mythtv/bindings/python/MythTV/dataheap.py b/mythtv/bindings/python/MythTV/dataheap.py
    index 8fc447c..bfd775c 100644
    a b class Recorded( CMPRecord, DBDataWrite ): 
    276276    Recorded(data=None, db=None) -> Recorded object
    277277            'data' is a tuple containing (chanid, storagegroup)
    278278    """
     279    _key   = ['chanid','starttime']
    279280    _defaults = {'title':u'Unknown', 'subtitle':'',          'description':'',
    280281                 'category':'',      'hostname':'',          'bookmark':0,
    281282                 'editing':0,        'cutlist':0,            'autoexpire':0,