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. cross_d = 3.
def crosser(a,b,ma,mb,sa,sb) def crosser(a,b,ma,mb,sa,sb)
url = list.hd(server.execute('#{id}.url'), default="") url = list.hd(server.execute("#{id}.url"), default="")
status = list.hd(server.execute('#{id}.status')) status = list.hd(server.execute("#{id}.status"))
on_m([("source_url",url)]) on_m([("source_url",url)])
if debug then if debug then
log("New track inside HTTP stream") log("New track inside HTTP stream")