updated to work with current nn+ inno branch

This commit is contained in:
jonnyboy
2013-01-17 23:43:38 -05:00
parent ac3af65d24
commit c6c009bbfb
9 changed files with 173 additions and 74 deletions
-6
View File
@@ -5,14 +5,8 @@ require_once(WWW_DIR."/lib/postprocess.php");
$postprocess = new PostProcess(true);
$postprocess->processUnwanted();
$postprocess = new PostProcess(true);
$postprocess->processMusicFromMediaInfo();
$postprocess = new PostProcess(true);
$postprocess->processOtherMiscCategory();
$postprocess = new PostProcess(true);
$postprocess->processUnknownCategory();
?>