From 9651a63db97aac9d25896226de5a6370234d62b5 Mon Sep 17 00:00:00 2001 From: German Gutierrez Date: Sat, 15 Feb 2020 09:03:00 +0100 Subject: [PATCH] betaseries: adding release info --- libs/subliminal_patch/providers/betaseries.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/subliminal_patch/providers/betaseries.py b/libs/subliminal_patch/providers/betaseries.py index bbbf90760..7115ada5e 100644 --- a/libs/subliminal_patch/providers/betaseries.py +++ b/libs/subliminal_patch/providers/betaseries.py @@ -44,6 +44,10 @@ class BetaSeriesSubtitle(Subtitle): def download_link(self): return self.download_url + @property + def release_info(self): + return self.video_name + def get_matches(self, video): matches = self.matches