diff --git a/mythtv/bindings/python/MythTV/methodheap.py b/mythtv/bindings/python/MythTV/methodheap.py index 328424c4191..d598b2f67c4 100644 --- a/mythtv/bindings/python/MythTV/methodheap.py +++ b/mythtv/bindings/python/MythTV/methodheap.py @@ -652,7 +652,8 @@ def searchRecorded(self, init=False, key=None, value=None): init.require = ('livetv',) init.joins = (init.Join(table='recordedprogram', tableto='recorded', - fields=('chanid','starttime')), + fieldsfrom=('chanid','starttime'), + fieldsto=('chanid','progstart')), init.Join(table='recordedcredits', tableto='recorded', fieldsfrom=('chanid','starttime'),