CC-2301 : only showing waveform buttons if the browser supports the audio api.
This commit is contained in:
parent
3fc6a0fbae
commit
75e4e0c9b6
3 changed files with 17 additions and 2 deletions
|
@ -367,6 +367,7 @@ SQL;
|
|||
$row->setDbFadeout(Application_Common_DateHelper::secondsToPlaylistTime($info["fadeout"]));
|
||||
if ($info["ftype"] == "audioclip") {
|
||||
$row->setDbFileId($info["id"]);
|
||||
$row->setDbTrackOffset($info["crossfadeDuration"]);
|
||||
$type = 0;
|
||||
} elseif ($info["ftype"] == "stream") {
|
||||
$row->setDbStreamId($info["id"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue