CC-3817 : Should use soundcloud icon for recorded & uploaded shows in timeline for past shows to match calendar
This commit is contained in:
parent
ff5aebfd6b
commit
2be64a0067
1 changed files with 4 additions and 2 deletions
|
@ -178,8 +178,10 @@ class Application_Model_ShowBuilder {
|
||||||
|
|
||||||
if (Application_Model_Preference::GetUploadToSoundcloudOption()) {
|
if (Application_Model_Preference::GetUploadToSoundcloudOption()) {
|
||||||
$file = Application_Model_StoredFile::Recall($p_item["si_file_id"]);
|
$file = Application_Model_StoredFile::Recall($p_item["si_file_id"]);
|
||||||
$sid = $file->getSoundCloudId();
|
if (isset($file)) {
|
||||||
$row["soundcloud_id"] = $sid;
|
$sid = $file->getSoundCloudId();
|
||||||
|
$row["soundcloud_id"] = $sid;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue