Skip to content

Commit

Permalink
Updated html5media to 1.1.8, fixed bug in file detection
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Oct 2, 2015
1 parent ad3cbb7 commit 1774786
Show file tree
Hide file tree
Showing 7 changed files with 579 additions and 423 deletions.
2 changes: 1 addition & 1 deletion elements/ContentHTML5Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function getFilePathForId($id)
{
if (strlen($id) > 0)
{
$model = \FilesModel::findOneById($id);
$model = \FilesModel::findByUuid($id);
return $model->path;
}
else
Expand Down
Binary file added vendor/html5media/expressInstall.swf
Binary file not shown.
Binary file modified vendor/html5media/flowplayer.audio.swf
Binary file not shown.
Binary file modified vendor/html5media/flowplayer.controls.swf
Binary file not shown.
Binary file modified vendor/html5media/flowplayer.swf
Binary file not shown.
577 changes: 577 additions & 0 deletions vendor/html5media/html5media.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1774786

Please sign in to comment.