From 6c34bc46e9e3649d4cfe7c2fff98542de9e04543 Mon Sep 17 00:00:00 2001 From: Ade Date: Sat, 25 Aug 2018 17:39:30 +1200 Subject: [PATCH] Fix Ignore Undated MB Releases not saving --- data/interfaces/default/config.html | 2 +- headphones/webserve.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 58aa8d59..6dd3d4da 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -137,7 +137,7 @@ - + diff --git a/headphones/webserve.py b/headphones/webserve.py index 0e3dbda6..483019de 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -1162,7 +1162,7 @@ class WebInterface(object): "download_scan_interval": headphones.CONFIG.DOWNLOAD_SCAN_INTERVAL, "update_db_interval": headphones.CONFIG.UPDATE_DB_INTERVAL, "mb_ignore_age": headphones.CONFIG.MB_IGNORE_AGE, - "mb_ignore_age_missing": headphones.CONFIG.MB_IGNORE_AGE_MISSING, + "mb_ignore_age_missing": checked(headphones.CONFIG.MB_IGNORE_AGE_MISSING), "search_interval": headphones.CONFIG.SEARCH_INTERVAL, "libraryscan_interval": headphones.CONFIG.LIBRARYSCAN_INTERVAL, "sab_host": headphones.CONFIG.SAB_HOST, @@ -1470,7 +1470,7 @@ class WebInterface(object): "include_extras", "official_releases_only", "wait_until_release_date", "autowant_upcoming", "autowant_all", "autowant_manually_added", "do_not_process_unmatched", "keep_torrent_files", - "music_encoder", + "music_encoder", "mb_ignore_age_missing", "encoderlossless", "encoder_multicore", "delete_lossless_files", "growl_enabled", "growl_onsnatch", "prowl_enabled", "prowl_onsnatch", "xbmc_enabled", "xbmc_update", "xbmc_notify", "lms_enabled",