From 9cddcabad4f781b39e82f3180062b2f0bbe84a2b Mon Sep 17 00:00:00 2001 From: "Get your own 'tots. Geez!" Date: Wed, 3 Aug 2016 09:31:17 -0600 Subject: [PATCH] Update webserve.py --- headphones/webserve.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/webserve.py b/headphones/webserve.py index f4a06c2b..01330d0c 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -1139,6 +1139,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, "search_interval": headphones.CONFIG.SEARCH_INTERVAL, "libraryscan_interval": headphones.CONFIG.LIBRARYSCAN_INTERVAL, "sab_host": headphones.CONFIG.SAB_HOST,