CC-4976: Cannot select Ogg/Vorbis output stream after selecting SHOUTcast then selecting Icecast
-fixed
This commit is contained in:
parent
e669b7a91a
commit
0ef1a5ffda
|
@ -71,7 +71,7 @@ function showForIcecast(ele){
|
|||
div.find("#outputMountpoint-element").show()
|
||||
div.find("#outputUser-label").show()
|
||||
div.find("#outputUser-element").show()
|
||||
div.find("select[id$=data-type]").find("option[value='ogg']").attr("disabled","");
|
||||
div.find("select[id$=data-type]").find("option[value='ogg']").removeAttr("disabled");
|
||||
}
|
||||
|
||||
function checkLiquidsoapStatus(){
|
||||
|
|
Loading…
Reference in New Issue