Skip to content

Commit

Permalink
Fixed titulky NameError issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sambartik authored Oct 18, 2024
1 parent 56d8f2c commit 1874f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_libs/subliminal_patch/providers/titulky.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def query(self, languages,
'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,
Expand Down

0 comments on commit 1874f29

Please sign in to comment.