CC-2077: Show is marked as Recording, when it's not set to record
-Fixed
This commit is contained in:
parent
730df4c345
commit
582c05a192
|
@ -169,7 +169,7 @@ function updatePlaybar(){
|
|||
$('#playlist').text(currentShow[0].name);
|
||||
|
||||
var recElem = $('.recording-show');
|
||||
currentShow[0].record ? recElem.show(): recElem.hide();
|
||||
(currentShow[0].record == "1") ? recElem.show(): recElem.hide();
|
||||
}
|
||||
|
||||
$('#show-length').empty();
|
||||
|
|
Loading…
Reference in New Issue