Skip to content
Snippets Groups Projects
Commit a9666c4f authored by Morris Jobke's avatar Morris Jobke
Browse files

update getID3 library

parent 3f58d949
No related branches found
No related tags found
No related merge requests found
Subproject commit f5c6f6495616ec6703d9fc85ab4b3a5de8f3ce3d Subproject commit fb2048f43dca3accbe31b442e4434bfe925ab540
...@@ -14,7 +14,7 @@ class MP3 extends Provider { ...@@ -14,7 +14,7 @@ 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'); require_once('james-heinrich/getid3/getid3/getid3.php');
$getID3 = new \getID3(); $getID3 = new \getID3();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment