mirror of https://github.com/morpheus65535/bazarr
Merge remote-tracking branch 'origin/development' into subliminal_patch
# Conflicts: # bazarr/get_subtitle.py
This commit is contained in:
commit
d126da710c
|
@ -112,8 +112,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