From 1bb327cb6d913b99f5aa8f757869781f97920b76 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 4 Aug 2017 13:44:48 +0200 Subject: [PATCH] Update CouchPotato class --- Changelog | 1 + nntmux/CouchPotato.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog b/Changelog index c46dcdce2..e45c006cd 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-08-04 DariusIII + * Chg: Update CouchPotato class * Chg: Update Contents class * Chg: Update CollectionsCleaning class * Chg: Update Category class diff --git a/nntmux/CouchPotato.php b/nntmux/CouchPotato.php index 89d7d3881..91ece0719 100755 --- a/nntmux/CouchPotato.php +++ b/nntmux/CouchPotato.php @@ -62,7 +62,9 @@ class CouchPotato * Send a movie to CouchPotato. * * @param string $id + * * @return bool|mixed + * @throws \RuntimeException */ public function sendToCouchPotato($id) {