summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-12-17 16:26:17 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-12-17 16:26:17 (GMT)
commit62488862215502f7e96fa7e40ab7ac66d0766a13 (patch)
tree6184fe7af38764c0e8ee406f69f83bda270de85e /test
parent9f5c6162a22670ffd23b71ff28b4600a249d317b (diff)
setting music pool clock works now and get returns title as well
Diffstat (limited to 'test')
-rwxr-xr-xtest/get-music-clocks2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-music-clocks b/test/get-music-clocks
index ca0a9f4..5b06c48 100755
--- a/test/get-music-clocks
+++ b/test/get-music-clocks
@@ -44,5 +44,5 @@ if(defined $ctx) {
print "Clocks:\n";
for my $href (@clocks) {
- print " * " . $href->{'DOW'} . "/" . $href->{'HOUR'} . ": " . $href->{'NAME'} . ", " . $href->{'COLOR'} . "\n";
+ print " * " . $href->{'DOW'} . "/" . $href->{'HOUR'} . ": " . $href->{'SHORTNAME'} . ", " . $href->{'COLOR'} . ", " . $href->{'TITLE'} . "\n";
}