mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Update TVMaze support, it is working now
This commit is contained in:
@@ -14,6 +14,7 @@ use newznab\Nfo;
|
||||
use newznab\Sharing;
|
||||
//use newznab\processing\tv\TvRage;
|
||||
use newznab\processing\tv\TVDB;
|
||||
use newznab\processing\tv\TVMaze;
|
||||
use newznab\XXX;
|
||||
use newznab\ReleaseFiles;
|
||||
use newznab\db\Settings;
|
||||
@@ -260,6 +261,7 @@ class PostProcess
|
||||
if ($processTV > 0) {
|
||||
(new TVDB(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTVDB($groupID, $guidChar, $processTV);
|
||||
//(new TvRage(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvRage($groupID, $guidChar, $processTV);
|
||||
(new TVMaze(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTVMaze($groupID, $guidChar, $processTV);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user