From 7c127610667066e92f12ae949fce43bb47fe338c Mon Sep 17 00:00:00 2001 From: "Get your own 'tots. Geez!" Date: Wed, 3 Aug 2016 09:27:44 -0600 Subject: [PATCH] Update config.py --- headphones/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/config.py b/headphones/config.py index 5b819007..5ba0151b 100644 --- a/headphones/config.py +++ b/headphones/config.py @@ -155,6 +155,7 @@ _CONFIG_DEFINITIONS = { 'LOSSLESS_BITRATE_TO': (int, 'General', 0), 'LOSSLESS_DESTINATION_DIR': (path, 'General', ''), 'MB_IGNORE_AGE': (int, 'General', 365), + 'MB_IGNORE_AGE_Empty': (int, 'General', 0), 'MININOVA': (int, 'Mininova', 0), 'MININOVA_RATIO': (str, 'Mininova', ''), 'MIRROR': (str, 'General', 'musicbrainz.org'),