diff options
Diffstat (limited to 'utils/rhrd-schedules')
-rwxr-xr-x | utils/rhrd-schedules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rhrd-schedules b/utils/rhrd-schedules index b198a9e..26a2552 100755 --- a/utils/rhrd-schedules +++ b/utils/rhrd-schedules @@ -141,6 +141,7 @@ sub show__day_entry { my ($ctx, $week, $dow, $duration, $start_short, $pvid, $showid, $title) = @_; + ## TODO: handle `$show{'TYPE'}` (regular, re-run, and special) my ($show, $status, $errorstring) = RHRD::rddb::get_show_info($ctx, $showid); if(!defined $show) { print "$status: $errorstring\n"; |