mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +00:00
Fixed titulky NameError issue
This commit is contained in:
parent
56d8f2c9a3
commit
1874f29789
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class TitulkyProvider(Provider, ProviderSubtitleArchiveMixin):
|
|||
'uploader': uploader,
|
||||
'details_link': details_link,
|
||||
'download_link': download_link,
|
||||
'fps': self.retrieve_subtitles_fps(sub_id) if skip_wrong_fps else None,
|
||||
'fps': self.retrieve_subtitles_fps(sub_id) if self.skip_wrong_fps else None,
|
||||
}
|
||||
|
||||
# If this row contains the first subtitles to an episode number,
|
||||
|
|
Loading…
Reference in a new issue