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 ):
|
| 276 | 276 | Recorded(data=None, db=None) -> Recorded object |
| 277 | 277 | 'data' is a tuple containing (chanid, storagegroup) |
| 278 | 278 | """ |
| | 279 | _key = ['chanid','starttime'] |
| 279 | 280 | _defaults = {'title':u'Unknown', 'subtitle':'', 'description':'', |
| 280 | 281 | 'category':'', 'hostname':'', 'bookmark':0, |
| 281 | 282 | 'editing':0, 'cutlist':0, 'autoexpire':0, |