From 8db73c28b66b2f03325c248035618526ebac5f01 Mon Sep 17 00:00:00 2001 From: lodoss5 <nicolas.jolivet@gmail.com> Date: Tue, 10 Mar 2015 20:01:58 +0100 Subject: [PATCH] Fix betaseries warning during post processing Add notify_subtitle_download() method to Betaseries notifier. --- sickbeard/notifiers/betaseries.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sickbeard/notifiers/betaseries.py b/sickbeard/notifiers/betaseries.py index ec5e36562..1bb5a75dc 100644 --- a/sickbeard/notifiers/betaseries.py +++ b/sickbeard/notifiers/betaseries.py @@ -39,6 +39,9 @@ class BetaSeriesNotifier: def notify_download(self, ep_name): pass + def notify_subtitle_download(self, ep_name, lang): + pass + def update_library(self, ep_obj): """ Sends a request to betaseries indicating that the given episode is part of our library. -- GitLab