mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Changes in the way categorization is done.
This commit is contained in:
@@ -105,7 +105,7 @@ Class ProcessAdditional
|
||||
$this->_archiveInfo = new ArchiveInfo();
|
||||
$this->_releaseFiles = new ReleaseFiles();
|
||||
$this->_nameFixer = new NameFixer($this->_echoCLI);
|
||||
$this->_categorize = new Category();
|
||||
$this->_categorize = new Categorize();
|
||||
$this->_releaseExtra = new ReleaseExtra();
|
||||
$this->_releaseImage = new ReleaseImage();
|
||||
$this->_par2Info = new Par2Info();
|
||||
|
||||
Reference in New Issue
Block a user