update getID3 library
This commit is contained in:
parent
3f58d949e0
commit
a9666c4f5b
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
|||
Subproject commit f5c6f6495616ec6703d9fc85ab4b3a5de8f3ce3d
|
||||
Subproject commit fb2048f43dca3accbe31b442e4434bfe925ab540
|
|
@ -14,7 +14,7 @@ class MP3 extends Provider {
|
|||
}
|
||||
|
||||
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
|
||||
require_once('getid3/getid3.php');
|
||||
require_once('james-heinrich/getid3/getid3/getid3.php');
|
||||
|
||||
$getID3 = new \getID3();
|
||||
|
||||
|
|
Loading…
Reference in New Issue