mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
Fixed issue while downloading movie subtitles.
This commit is contained in:
parent
923bcb4382
commit
05cffa9410
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def check_missing_languages(path, media_type):
|
|||
.get_or_none()
|
||||
else:
|
||||
confirmed_missing_subs = TableMovies.select(TableMovies.missing_subtitles) \
|
||||
.where(TableMovies.path == path_mappings.path_replace_movie_reverse(path)) \
|
||||
.where(TableMovies.path == path_mappings.path_replace_reverse_movie(path)) \
|
||||
.dicts() \
|
||||
.get_or_none()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue