add autoload

This commit is contained in:
Morris Jobke 2014-07-16 11:26:07 +02:00
parent a9666c4f5b
commit ae3761f15d
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit fb2048f43dca3accbe31b442e4434bfe925ab540
Subproject commit 13e520da79c92afa1048fded7010e32ea190d619

View File

@ -14,8 +14,6 @@ class MP3 extends Provider {
}
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
require_once('james-heinrich/getid3/getid3/getid3.php');
$getID3 = new \getID3();
$tmpPath = $fileview->toTmpFile($path);