diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index 868294e2..d08c3875 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -65,7 +65,6 @@ class VideoTorrentcastPlugin(Plugin): response = self.search(query) if not response.output['MovieList']: self.logger.info('No torrent results found for {}'.format(query)) - return Response() item = response.output['MovieList'][0] magnet = item['items'][0]['torrent_magnet']