diff options
Diffstat (limited to 'test')
-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 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"; } |