CC-4760: Airtime fails to play out 2nd webstream upon switching from one webstream to another

-fix attempt
This commit is contained in:
Martin Konecny 2013-01-08 17:23:21 -05:00
parent 1ee90ed9b9
commit e79066de55
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ end
# fade using both cross() and switch().
def input.http_restart(~id,~initial_url="http://dummy/url")
source = input.http(buffer=5.,max=15.,id=id,autostart=false,initial_url)
source = audio_to_stereo(input.http(buffer=5.,max=15.,id=id,autostart=false,initial_url))
def stopped()
"stopped" == list.hd(server.execute("#{id}.status"))