CC-5186: Edit current playing show throws exception sometimes
This commit is contained in:
parent
d3355a527a
commit
e2810606ab
|
@ -206,7 +206,8 @@ class Application_Service_SchedulerService
|
||||||
|
|
||||||
if (is_null($item["file_id"])) {
|
if (is_null($item["file_id"])) {
|
||||||
$item["file_id"] = "null";
|
$item["file_id"] = "null";
|
||||||
} elseif (is_null($item["stream_id"])) {
|
}
|
||||||
|
if (is_null($item["stream_id"])) {
|
||||||
$item["stream_id"] = "null";
|
$item["stream_id"] = "null";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue