mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 19:02:34 +00:00
betaseries: adding release info
This commit is contained in:
parent
e3ee77d6ea
commit
9651a63db9
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ class BetaSeriesSubtitle(Subtitle):
|
||||||
def download_link(self):
|
def download_link(self):
|
||||||
return self.download_url
|
return self.download_url
|
||||||
|
|
||||||
|
@property
|
||||||
|
def release_info(self):
|
||||||
|
return self.video_name
|
||||||
|
|
||||||
def get_matches(self, video):
|
def get_matches(self, video):
|
||||||
matches = self.matches
|
matches = self.matches
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue