Fixed titulky NameError issue

pull/2728/head v1.4.6-beta.7
Samuel Bartík 4 months ago committed by GitHub
parent 56d8f2c9a3
commit 1874f29789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save