chore(playout): change quotes

This commit is contained in:
jo 2023-02-22 17:34:26 +01:00 committed by Kyle Robbertze
parent cd2cd66bdf
commit 8155eb1a22
1 changed files with 2 additions and 2 deletions

View File

@ -282,8 +282,8 @@ def cross_http(~debug=true,~http_input_id,source)
cross_d = 3.
def crosser(a,b,ma,mb,sa,sb)
url = list.hd(server.execute('#{id}.url'), default="")
status = list.hd(server.execute('#{id}.status'))
url = list.hd(server.execute("#{id}.url"), default="")
status = list.hd(server.execute("#{id}.status"))
on_m([("source_url",url)])
if debug then
log("New track inside HTTP stream")