summaryrefslogtreecommitdiff
path: root/test/get-dropboxes
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-12-17 16:49:42 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-12-17 16:49:42 (GMT)
commit5d28ec02a65b828cc2c9eaac4698980146fef48c (patch)
tree3c5239f700d5984d2ea61206bebb38a88bf95393 /test/get-dropboxes
parent6dec200e779ad0d2875b6b1b906ea00c0cb84880 (diff)
add musicpool clock to dropboxes list
Diffstat (limited to 'test/get-dropboxes')
-rwxr-xr-xtest/get-dropboxes1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/get-dropboxes b/test/get-dropboxes
index 577b8e0..5318153 100755
--- a/test/get-dropboxes
+++ b/test/get-dropboxes
@@ -71,6 +71,7 @@ for my $href (@dropboxes) {
print " jingle-title:" . $href->{'JINGLETITLE'} . "\n";
} elsif($href->{'TYPE'} eq "musicpool") {
print " musicpool-title:" . $href->{'MUSICPOOLTITLE'} . "\n";
+ print " musicpool-clock:" . $href->{'MUSICPOOLCLOCK'} . "\n";
}
print "\n";
}