mirror of https://github.com/morpheus65535/bazarr
Disabling unwanted full rescan every 5 minutes.
This commit is contained in:
parent
42cf864c19
commit
074633bcf3
|
@ -97,8 +97,9 @@ def sync_episodes():
|
|||
# Close database connection
|
||||
c.close()
|
||||
|
||||
for updated_episode in episodes_to_update:
|
||||
store_subtitles(path_replace(updated_episode[1]))
|
||||
# TODO: Commented until I find a way to make it store only episodes really updated.
|
||||
#for updated_episode in episodes_to_update:
|
||||
# store_subtitles(path_replace(updated_episode[1]))
|
||||
|
||||
for added_episode in episodes_to_add:
|
||||
store_subtitles(path_replace(added_episode[3]))
|
||||
|
|
Loading…
Reference in New Issue