Merge pull request #9631 from owncloud/update-getid3

update getID3 library
This commit is contained in:
Thomas Müller 2014-07-28 11:51:36 +02:00
commit 534fb9ebf9
2 changed files with 1 additions and 3 deletions

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

View File

@ -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);