diff --git a/sickbeard/notifiers/betaseries.py b/sickbeard/notifiers/betaseries.py index ec5e36562a1f2d8dee7df7e4993ff970882478f7..1bb5a75dcf3eafe7fbdd529de8306d5ce67ab1f1 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.