diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-12-17 16:26:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-12-17 16:26:17 (GMT) |
commit | 62488862215502f7e96fa7e40ab7ac66d0766a13 (patch) | |
tree | 6184fe7af38764c0e8ee406f69f83bda270de85e /test/get-music-clocks | |
parent | 9f5c6162a22670ffd23b71ff28b4600a249d317b (diff) |
setting music pool clock works now and get returns title as well
Diffstat (limited to 'test/get-music-clocks')
-rwxr-xr-x | test/get-music-clocks | 2 |
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"; } |