Rename TvAnger class into TvRage class, adjust the other classes and scripts accordingly.

This commit is contained in:
DariusIII
2015-09-01 22:29:16 +02:00
parent 2ec8b9e062
commit 8faad9d112
9 changed files with 837 additions and 1904 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ class PProcess
{
$processTV = (is_numeric($processTV) ? $processTV : $this->pdo->getSetting('lookuptvrage'));
if ($processTV > 0) {
(new \TvAnger(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvReleases($groupID, $guidChar, $processTV);
(new \TvRage(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvReleases($groupID, $guidChar, $processTV);
}
}