Merge pull request #9631 from owncloud/update-getid3
update getID3 library
This commit is contained in:
commit
534fb9ebf9
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
||||||
Subproject commit f5c6f6495616ec6703d9fc85ab4b3a5de8f3ce3d
|
Subproject commit 13e520da79c92afa1048fded7010e32ea190d619
|
|
@ -14,8 +14,6 @@ class MP3 extends Provider {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
|
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
|
||||||
require_once('getid3/getid3.php');
|
|
||||||
|
|
||||||
$getID3 = new \getID3();
|
$getID3 = new \getID3();
|
||||||
|
|
||||||
$tmpPath = $fileview->toTmpFile($path);
|
$tmpPath = $fileview->toTmpFile($path);
|
||||||
|
|
Loading…
Reference in New Issue