diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-25 21:52:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-25 21:52:08 (GMT) |
commit | b40c235c699e737431ded7c4ccdc57c5c80be770 (patch) | |
tree | d697a81e8bc73c493f5132b6af74eff6cb85c14a /utils/rhrd-schedules | |
parent | 1eab56a6601fc41643cdc3d9372462edf3f5000d (diff) |
implemented show types
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"; |