Ticket #8457: mythweb-0.23-unlisted_recstatus.patch

File mythweb-0.23-unlisted_recstatus.patch, 702 bytes (added by Tom Dexter <digitalaudiorock@…>, 14 years ago)

Patch to omit unlisted entries from schedule

  • mythplugins/mythweb/modules/tv/includes/recording_schedules.php

     
    8686            list($Num_Conflicts, $Num_Scheduled) = $program;
    8787    // Normal entry:  $Scheduled_Recordings[callsign][starttime][]
    8888        else
    89             $Scheduled_Recordings[$program[6]][$program[11]][] =& new Program($program);
     89            if ($program[21] != 6) $Scheduled_Recordings[$program[6]][$program[11]][] =& new Program($program);
    9090    }
    9191
    9292// Transcoder names