From ed153b25579f96b9bdbe08b045edba708f20a96f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 12 Mar 2016 00:00:53 +0100 Subject: [PATCH] Fix TVMaze processing --- Changelog | 2 ++ newznab/processing/tv/TVMaze.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index ef58c29dc..72baaafc2 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2016-03-12 DariusIII + * Upd: Fix TVMaze processing 2016-03-10 DariusIII * Fix: Fix object to string conversion in processing/tv/TVDB.php * Upd: Update composer.json of the project. diff --git a/newznab/processing/tv/TVMaze.php b/newznab/processing/tv/TVMaze.php index 29fc9b1ef..03c119224 100644 --- a/newznab/processing/tv/TVMaze.php +++ b/newznab/processing/tv/TVMaze.php @@ -1,7 +1,7 @@ client = new \JPinkney\TVMaze\TVMaze(); + $this->client = new Client(); } /**