Ticket #2122: myth-upcoming.patch
File myth-upcoming.patch, 757 bytes (added by , 19 years ago) |
---|
-
programs/mythfrontend/viewscheduled.cpp
270 270 { 271 271 if ((p->recendts >= now || p->endts >= now) && 272 272 (showAll || p->recstatus <= rsWillRecord || 273 p->recstatus == rsDontRecord ||274 (p->recstatus > rsEarlierShowing && p->recstatus != rsRepeat )))273 // p->recstatus == rsDontRecord || 274 (p->recstatus > rsEarlierShowing && p->recstatus != rsRepeat && p->recstatus != rsTooManyRecordings ))) 275 275 { 276 276 cardref[p->cardid]++; 277 277 if (p->cardid > maxcard)