CC-2972: Find better way to determine domain which pypo should download from.
-Done
This commit is contained in:
parent
38f2290214
commit
d8bcb3f03d
4 changed files with 25 additions and 5 deletions
|
@ -713,7 +713,7 @@ class Schedule {
|
|||
foreach ($items as $item)
|
||||
{
|
||||
$storedFile = StoredFile::Recall($item["file_id"]);
|
||||
$uri = $storedFile->getFileUrl();
|
||||
$uri = $storedFile->getFileUrlUsingConfigAddress();
|
||||
|
||||
$starts = Schedule::AirtimeTimeToPypoTime($item["starts"]);
|
||||
$medias[$starts] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue