diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-19 20:33:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-19 20:33:32 (GMT) |
commit | 0fe33cdf893de7483ee22c33f397c1df8645dbee (patch) | |
tree | 883905601ddf5887830ba328282a876cb7e70d5b /rh-bin | |
parent | 79e69e365ae9442c35b5ed5ebf2b68901b700c85 (diff) |
added support for music pools
Diffstat (limited to 'rh-bin')
-rwxr-xr-x | rh-bin/listdropboxes.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rh-bin/listdropboxes.cgi b/rh-bin/listdropboxes.cgi index bfdc925..69ade9f 100755 --- a/rh-bin/listdropboxes.cgi +++ b/rh-bin/listdropboxes.cgi @@ -85,8 +85,8 @@ if($responsecode != 200) { print " <show-length>" . $href->{'SHOWLEN'} . "</show-length>\n"; } elsif($href->{'TYPE'} eq "jingle") { print " <jingle-title>" . $href->{'JINGLETITLE'} . "</jingle-title>\n"; - print " <jingle-cart>" . $href->{'JINGLECART'} . "</jingle-cart>\n"; - print " <jingle-cartdisabled>" . $href->{'JINGLECARTDISABLED'} . "</jingle-cartdisabled>\n"; + } elsif($href->{'TYPE'} eq "musicpool") { + print " <musicpool-title>" . $href->{'MUSICPOOLTITLE'} . "</musicpool-title>\n"; } print " </dropbox>\n"; } |