mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 10:38:26 +00:00
Disabling unwanted full rescan for movies every 5 minutes.
This commit is contained in:
parent
71421de09e
commit
eaa726d715
1 changed files with 3 additions and 2 deletions
|
@ -116,8 +116,9 @@ def update_movies():
|
||||||
for added_movie in movies_to_add:
|
for added_movie in movies_to_add:
|
||||||
store_subtitles_movie(path_replace_movie(added_movie[1]))
|
store_subtitles_movie(path_replace_movie(added_movie[1]))
|
||||||
|
|
||||||
for updated_movie in movies_to_update:
|
# TODO: Commented until I find a way to make it store only episodes really updated.
|
||||||
store_subtitles_movie(path_replace_movie(updated_movie[1]))
|
# for updated_movie in movies_to_update:
|
||||||
|
# store_subtitles_movie(path_replace_movie(updated_movie[1]))
|
||||||
|
|
||||||
logging.debug('BAZARR All movies synced from Radarr into database.')
|
logging.debug('BAZARR All movies synced from Radarr into database.')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue