From 960ae429e93029d26cf644faf3fd5d0b42bfcb02 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 11 Mar 2016 21:44:42 +0100 Subject: [PATCH] Update composer.lock and use new singleSearchAkas function in TVMaze processing. --- composer.lock | 10 +++++----- newznab/processing/tv/TVMaze.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 5953a1527..9735cf77d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "50eec1c4db6a35d3dedf749e4b3999c1", + "hash": "2b602e7d5bb44f9e55ee675cb940ca9c", "content-hash": "7c06c9b0053f5f9790d7d1d99edaeef8", "packages": [ { @@ -238,12 +238,12 @@ "source": { "type": "git", "url": "https://github.com/JPinkney/TVMaze-PHP-API-Wrapper.git", - "reference": "d2109bdfbbbae50769391294c9a9ddd6ca537618" + "reference": "53f342562b10dd34a839ce1eaf45fc65679ff168" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/d2109bdfbbbae50769391294c9a9ddd6ca537618", - "reference": "d2109bdfbbbae50769391294c9a9ddd6ca537618", + "url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/53f342562b10dd34a839ce1eaf45fc65679ff168", + "reference": "53f342562b10dd34a839ce1eaf45fc65679ff168", "shasum": "" }, "type": "library", @@ -263,7 +263,7 @@ } ], "description": "TVMaze-API-Wrapper", - "time": "2016-03-11 20:14:55" + "time": "2016-03-11 20:27:51" }, { "name": "kbjr/Git.php", diff --git a/newznab/processing/tv/TVMaze.php b/newznab/processing/tv/TVMaze.php index 2d52ed2f7..29fc9b1ef 100644 --- a/newznab/processing/tv/TVMaze.php +++ b/newznab/processing/tv/TVMaze.php @@ -1,7 +1,7 @@ client->singleSearch($cleanName); + $response = $this->client->singleSearchAkas($cleanName); sleep(1);