Ticket #11619: methodheap.patch
File methodheap.patch, 815 bytes (added by , 12 years ago) |
---|
-
mythtv/bindings/python/MythTV/methodheap.py
diff --git a/mythtv/bindings/python/MythTV/methodheap.py b/mythtv/bindings/python/MythTV/methodheap.py index 328424c..d598b2f 100644
a b 652 652 init.require = ('livetv',) 653 653 init.joins = (init.Join(table='recordedprogram', 654 654 tableto='recorded', 655 fields=('chanid','starttime')), 655 fieldsfrom=('chanid','starttime'), 656 fieldsto=('chanid','progstart')), 656 657 init.Join(table='recordedcredits', 657 658 tableto='recorded', 658 659 fieldsfrom=('chanid','starttime'),