mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Merge pull request #9631 from owncloud/update-getid3
update getID3 library
This commit is contained in:
commit
534fb9ebf9
2 changed files with 1 additions and 3 deletions
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) {
|
||||
require_once('getid3/getid3.php');
|
||||
|
||||
$getID3 = new \getID3();
|
||||
|
||||
$tmpPath = $fileview->toTmpFile($path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue