More intelligent grouping of recently added

* Websocket only
This commit is contained in:
JonnyWong16 2016-10-08 15:25:06 -07:00 committed by JonnyWong16
parent 8ed2f0eafa
commit d97cacff14
3 changed files with 89 additions and 24 deletions

View file

@ -312,6 +312,7 @@ _CONFIG_DEFINITIONS = {
'NMA_ON_CONCURRENT': (int, 'NMA', 0),
'NMA_ON_NEWDEVICE': (int, 'NMA', 0),
'NOTIFY_CONSECUTIVE': (int, 'Monitoring', 1),
'NOTIFY_GROUP_RECENTLY_ADDED': (int, 'Monitoring', 1),
'NOTIFY_UPLOAD_POSTERS': (int, 'Monitoring', 0),
'NOTIFY_RECENTLY_ADDED': (int, 'Monitoring', 0),
'NOTIFY_RECENTLY_ADDED_GRANDPARENT': (int, 'Monitoring', 0),
@ -812,4 +813,4 @@ class Config(object):
if self.CONFIG_VERSION == '6':
if self.GIT_USER.lower() == 'drzoidberg33':
self.GIT_USER = 'JonnyWong16'
self.CONFIG_VERSION = '7'
self.CONFIG_VERSION = '7'