mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
updated to work with current nn+ inno branch
This commit is contained in:
@@ -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();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user