-fix include mistake

This commit is contained in:
martin 2011-03-07 14:04:47 -05:00
parent fc35a730b9
commit f4f35cd813
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ stream_metadata_type = ref 0
station_name = ref ''
show_name = ref ''
%include "lib.liq"
%include "ls_lib.liq"
server.register(namespace="vars", "pypo_data", fun (s) -> begin pypo_data := s "Done" end)
server.register(namespace="vars", "web_stream_enabled", fun (s) -> begin web_stream_enabled := (s == "true") string_of(!web_stream_enabled) end)