CC-1665: Scheduled stream rebroadcasting and recording

-improve working with "webstreams"
This commit is contained in:
Martin Konecny 2012-07-30 21:48:04 -04:00
parent 142aa214b3
commit 7e433b61fb
15 changed files with 167 additions and 74 deletions

View file

@ -503,7 +503,9 @@ var AIRTIME = (function(AIRTIME){
$.post(url,
{format: "json", description: description, url:streamurl, length: length, name: name},
function(json){
console.log(json);
$("#side_playlist")
.empty()
.append("WHAT SHOULD I PUT HERE??!?!! :)");
/*
if (json.error !== undefined){