Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 20, 2023
1 parent 5f76810 commit 0aa74ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/Live/Objects/LiveTransmition.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ public static function keyExists($key, $checkSchedule = true) {
if (!isset($row['live_servers_id'])) {
$row['live_servers_id'] = Live::getLiveServersIdRequest();
}
if(AVideoPlugin::isEnabledByName('PlayLists')){
$ps = Playlists_schedules::iskeyPlayListScheduled($key);
if(!empty($ps)){
$row['title'] = Playlists_schedules::getDynamicTitle($row['title']);
}
}
}
} else {
$row = false;
Expand Down

0 comments on commit 0aa74ed

Please sign in to comment.