CC-2925: Airtime scripts broken with Liquidsoap 1.0 pre-release

-fixed
-also updated the liquidsoap library scripts
This commit is contained in:
martin 2011-10-04 13:50:03 -04:00
parent ed8cdc7db3
commit b0f6f1e39b
30 changed files with 417 additions and 674 deletions

View file

@ -1,9 +1,4 @@
dummy = fun () -> log("Lastfm/audioscrobbler support was not compiled.")
%ifdef input.lastfm
dummy = fun () -> ()
# Utility to compose last.fm URIs.
# @category String
# @param ~user Lastfm user
@ -128,6 +123,3 @@ def lastfm.submit.full(
end
%endif
dummy ()