Create an option in settings to change home statistics length

This commit is contained in:
James Royal 2015-08-13 22:10:24 -05:00
parent a0bd94397c
commit 3fc2f43b79
4 changed files with 19 additions and 4 deletions

View file

@ -71,6 +71,7 @@ _CONFIG_DEFINITIONS = {
'GROWL_ON_PLAY': (int, 'Growl', 0),
'GROWL_ON_STOP': (int, 'Growl', 0),
'GROWL_ON_WATCHED': (int, 'Growl', 0),
'HOME_STATS_LENGTH': (int, 'General', 30),
'HTTPS_CERT': (str, 'General', ''),
'HTTPS_KEY': (str, 'General', ''),
'HTTP_HOST': (str, 'General', '0.0.0.0'),