mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-25 19:28:46 +08:00
Fixed other stuff with jobs manager. #3078
This commit is contained in:
parent
fa27c7eb0a
commit
3cd011663d
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ def update_one_movie(movie_id, action, defer_search=False, **kwargs):
|
|||
mapped_movie_path = path_mappings.path_replace_movie(movie["path"])
|
||||
if os.path.exists(mapped_movie_path):
|
||||
logging.debug(f'BAZARR downloading missing subtitles for this movie: {mapped_movie_path}')
|
||||
movies_download_subtitles(movie_id, job_sub_function=True)
|
||||
movies_download_subtitles(no=movie_id, job_id=kwargs.get('job_id'), job_sub_function=True)
|
||||
else:
|
||||
logging.debug(f'BAZARR cannot find this file yet (Radarr may be slow to import movie between disks?). '
|
||||
f'Searching for missing subtitles is deferred until scheduled task execution for this movie: '
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue