Merge pull request #9631 from owncloud/update-getid3

update getID3 library
remotes/origin/fix-10825
Thomas Müller 12 years ago
commit 534fb9ebf9
  1. 2
      3rdparty
  2. 2
      lib/private/preview/mp3.php

@ -1 +1 @@
Subproject commit f5c6f6495616ec6703d9fc85ab4b3a5de8f3ce3d
Subproject commit 13e520da79c92afa1048fded7010e32ea190d619

@ -14,8 +14,6 @@ class MP3 extends Provider {
}
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
require_once('getid3/getid3.php');
$getID3 = new \getID3();
$tmpPath = $fileview->toTmpFile($path);

Loading…
Cancel
Save