mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-12 02:22:56 +08:00
Merge remote-tracking branch 'origin/updater' into updater
# Conflicts: # bazarr/check_update.py # bazarr/main.py # bazarr/scheduler.py # views/settings.tpl
This commit is contained in:
commit
3d273f9769
2 changed files with 2 additions and 2 deletions
|
@ -39,6 +39,8 @@ defaults = {
|
|||
'chmod': '0640',
|
||||
'subfolder': 'current',
|
||||
'subfolder_custom': '',
|
||||
'update_restart': 'True',
|
||||
'subfolder_custom': '',
|
||||
'upgrade_subs': 'True',
|
||||
'days_to_upgrade_subs': '7',
|
||||
'upgrade_manual': 'True',
|
||||
|
|
|
@ -57,8 +57,6 @@ from get_providers import get_providers, get_providers_auth, list_throttled_prov
|
|||
from get_series import *
|
||||
from get_episodes import *
|
||||
|
||||
if not args.no_update:
|
||||
from check_update import check_and_apply_update
|
||||
from list_subtitles import store_subtitles, store_subtitles_movie, series_scan_subtitles, movies_scan_subtitles, \
|
||||
list_missing_subtitles, list_missing_subtitles_movies
|
||||
from get_subtitle import download_subtitle, series_download_subtitles, movies_download_subtitles, \
|
||||
|
|
Loading…
Reference in a new issue