From 130d6723b1644264f471f7caff5c000397d1f23f Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 6 Oct 2015 11:09:59 +0200 Subject: [PATCH] Another renaming issue. --- newznab/processing/PostProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newznab/processing/PostProcess.php b/newznab/processing/PostProcess.php index 4fb89040d..8078afcc1 100644 --- a/newznab/processing/PostProcess.php +++ b/newznab/processing/PostProcess.php @@ -202,7 +202,7 @@ class PostProcess public function processMusic() { if ($this->pdo->getSetting('lookupmusic') != 0) { - (new \Musik(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processMusicReleases(); + (new \Music(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processMusicReleases(); } }