Browse Source

Fix saving nzbget_skip_process_media setting.

pull/1289/head
Prinz23 5 years ago
committed by JackDandy
parent
commit
ebe5fb3cb5
  1. 2
      sickbeard/__init__.py

2
sickbeard/__init__.py

@ -1921,7 +1921,7 @@ def save_config():
('use_https', int(NZBGET_USE_HTTPS)),
('priority', NZBGET_PRIORITY),
('map', NZBGET_MAP),
('nzbget_skip_process_media', int(NZBGET_SKIP_PM)),
('skip_process_media', int(NZBGET_SKIP_PM)),
]),
('SABnzbd', [
('username', SAB_USERNAME), ('password', helpers.encrypt(SAB_PASSWORD, ENCRYPTION_VERSION)),

Loading…
Cancel
Save