mirror of https://github.com/morpheus65535/bazarr
Merge pull request #822 from GermanG/betaseries
Betaseries: adding release info
This commit is contained in:
commit
4dd9394919
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue