mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Legendasdivx provider: improve subtitles ID consistency
This commit is contained in:
parent
e6551dc4d3
commit
23e847290b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class LegendasdivxSubtitle(Subtitle):
|
|||
|
||||
@property
|
||||
def id(self):
|
||||
return self.page_link
|
||||
return f"legendasdivx_{self.video.imdb_id}_{self.release_info}_{self.uploader}"
|
||||
|
||||
def get_matches(self, video):
|
||||
matches = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue