summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSamuel Bartík <[email protected]>2024-10-18 04:36:53 +0200
committerGitHub <[email protected]>2024-10-17 22:36:53 -0400
commit1874f29789aa574c867ff279892db12ae154e6cf (patch)
tree1d50414902a0c1fc9f59f35379f37f0b99d149ab
parent56d8f2c9a36536f0d5c8e29b331dc3d01729042f (diff)
downloadbazarr-1874f29789aa574c867ff279892db12ae154e6cf.tar.gz
bazarr-1874f29789aa574c867ff279892db12ae154e6cf.zip
Fixed titulky NameError issuev1.4.6-beta.7
-rw-r--r--custom_libs/subliminal_patch/providers/titulky.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_libs/subliminal_patch/providers/titulky.py b/custom_libs/subliminal_patch/providers/titulky.py
index 55fe6b48c..0e8a6b9a7 100644
--- a/custom_libs/subliminal_patch/providers/titulky.py
+++ b/custom_libs/subliminal_patch/providers/titulky.py
@@ -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,