diff options
Diffstat (limited to 'test/get-dropboxes')
-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") { |