update getID3 library

This commit is contained in:
Morris Jobke 2014-07-15 10:51:16 +02:00
parent 3f58d949e0
commit a9666c4f5b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f5c6f6495616ec6703d9fc85ab4b3a5de8f3ce3d
Subproject commit fb2048f43dca3accbe31b442e4434bfe925ab540

View File

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