mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
require_lan
This commit is contained in:
parent
232b65914c
commit
03e76be30b
1 changed files with 2 additions and 1 deletions
|
@ -384,6 +384,7 @@ def configure_general():
|
|||
global FFMPEG_PATH
|
||||
global SYS_PATH
|
||||
global CHECK_MEDIA
|
||||
global REQUIRE_LAN
|
||||
global SAFE_MODE
|
||||
global NOEXTRACTFAILED
|
||||
|
||||
|
@ -397,7 +398,7 @@ def configure_general():
|
|||
FFMPEG_PATH = CFG['General']['ffmpeg_path']
|
||||
SYS_PATH = CFG['General']['sys_path']
|
||||
CHECK_MEDIA = int(CFG['General']['check_media'])
|
||||
REQUIRE_LAN = CFG['General']['require_lan'] or 'all'
|
||||
REQUIRE_LAN = CFG['General']['require_lan'] or None
|
||||
SAFE_MODE = int(CFG['General']['safe_mode'])
|
||||
NOEXTRACTFAILED = int(CFG['General']['no_extract_failed'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue