diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-30 01:23:21 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-30 01:23:21 (GMT) |
commit | a9748ac28517cd9a6162c797d143d2c1777dc9ed (patch) | |
tree | a281e0ef8b30407a3cee60c93c44661572543321 /test/get-music-clocks | |
parent | fd4ff74330649a6364bfed2a1753311817448246 (diff) |
musicpools vs musicgrid
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 20f2932..89fc53a 100755 --- a/test/get-music-clocks +++ b/test/get-music-clocks @@ -29,7 +29,7 @@ use RHRD::rddb; my @clocks = (); my ($ctx, $status, $errorstring) = RHRD::rddb::init(); if(defined $ctx) { - @clocks = RHRD::rddb::get_musicpools_clocks($ctx); + @clocks = RHRD::rddb::get_musicgrid_clocks($ctx); if(!defined $clocks[0] && defined $clocks[1]) { print STDERR "$clocks[1]: $clocks[2]"; RHRD::rddb::destroy($ctx); |