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) {