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(); } /**