Private GIT

Skip to content
Snippets Groups Projects
Commit 8db73c28 authored by lodoss5's avatar lodoss5
Browse files

Fix betaseries warning during post processing

Add notify_subtitle_download() method to Betaseries notifier.
parent 4c65bff0
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,9 @@ class BetaSeriesNotifier: ...@@ -39,6 +39,9 @@ class BetaSeriesNotifier:
def notify_download(self, ep_name): def notify_download(self, ep_name):
pass pass
def notify_subtitle_download(self, ep_name, lang):
pass
def update_library(self, ep_obj): def update_library(self, ep_obj):
""" """
Sends a request to betaseries indicating that the given episode is part of our library. Sends a request to betaseries indicating that the given episode is part of our library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment