Add user new device notification setting for initial stream only

This commit is contained in:
JonnyWong16 2020-11-08 13:16:49 -08:00
parent dfb60de6d2
commit 89ab665923
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 26 additions and 3 deletions

View file

@ -167,6 +167,7 @@ _CONFIG_DEFINITIONS = {
'NOTIFY_REMOTE_ACCESS_THRESHOLD': (int, 'Monitoring', 60),
'NOTIFY_CONCURRENT_BY_IP': (int, 'Monitoring', 0),
'NOTIFY_CONCURRENT_THRESHOLD': (int, 'Monitoring', 2),
'NOTIFY_NEW_DEVICE_INITIAL_ONLY': (int, 'Monitoring', 1),
'PLEXPY_AUTO_UPDATE': (int, 'General', 0),
'REFRESH_LIBRARIES_INTERVAL': (int, 'Monitoring', 12),
'REFRESH_LIBRARIES_ON_STARTUP': (int, 'Monitoring', 1),