diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-17 16:48:03 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-17 16:48:03 (GMT) |
commit | 8b419c6f12cfb64aba4bd333873ef8edbda12d92 (patch) | |
tree | a2ba223b0278f74ea8c54b59c30ff4ee84e3363d /rh-bin | |
parent | 9e447636429a231eb7aeda22049422f2dc692936 (diff) |
add musicpool clock to listdropxes.cgi output
Diffstat (limited to 'rh-bin')
-rwxr-xr-x | rh-bin/listdropboxes.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rh-bin/listdropboxes.cgi b/rh-bin/listdropboxes.cgi index 39270e6..2b753d1 100755 --- a/rh-bin/listdropboxes.cgi +++ b/rh-bin/listdropboxes.cgi @@ -100,6 +100,7 @@ if($responsecode != 200) { print " <jingle-title>" . xml_quote($href->{'JINGLETITLE'}) . "</jingle-title>\n"; } elsif($href->{'TYPE'} eq "musicpool") { print " <musicpool-title>" . xml_quote($href->{'MUSICPOOLTITLE'}) . "</musicpool-title>\n"; + print " <musicpool-clock>" . xml_quote($href->{'MUSICPOOLCLOCK'}) . "</musicpool-clock>\n"; } print " </dropbox>\n"; } |