summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-25 21:52:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-25 21:52:08 (GMT)
commitb40c235c699e737431ded7c4ccdc57c5c80be770 (patch)
treed697a81e8bc73c493f5132b6af74eff6cb85c14a /test
parent1eab56a6601fc41643cdc3d9372462edf3f5000d (diff)
implemented show types
Diffstat (limited to 'test')
-rwxr-xr-xtest/get-dropboxes1
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") {