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 /test | |
parent | 1eab56a6601fc41643cdc3d9372462edf3f5000d (diff) |
implemented show types
Diffstat (limited to 'test')
-rwxr-xr-x | test/get-dropboxes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/get-dropboxes b/test/get-dropboxes index 1b7bc0e..d7fc6e5 100755 --- a/test/get-dropboxes +++ b/test/get-dropboxes @@ -67,6 +67,7 @@ for my $href (@dropboxes) { print " show-dayofweek:" . $href->{'SHOWDOW'} . "\n"; print " show-starttime:" . $href->{'SHOWSTARTTIME'} . "\n"; print " show-length:" . $href->{'SHOWLEN'} . "\n"; + print " show-type:" . $href->{'SHOWTYPE'} . "\n"; } elsif($href->{'TYPE'} eq "jingle") { print " jingle-title:" . $href->{'JINGLETITLE'} . "\n"; } elsif($href->{'TYPE'} eq "musicpool") { |