diff --git a/data/interfaces/default/welcome.html b/data/interfaces/default/welcome.html index 0c1c101a..86b80ec1 100644 --- a/data/interfaces/default/welcome.html +++ b/data/interfaces/default/welcome.html @@ -224,6 +224,8 @@ + + diff --git a/plexpy/config.py b/plexpy/config.py index e1ed647d..4e36156d 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -345,7 +345,7 @@ _CONFIG_DEFINITIONS = { 'NMA_ON_NEWDEVICE': (int, 'NMA', 0), 'NOTIFICATION_THREADS': (int, 'Advanced', 2), 'NOTIFY_CONSECUTIVE': (int, 'Monitoring', 1), - 'NOTIFY_GROUP_RECENTLY_ADDED_GRANDPARENT': (int, 'Monitoring', 0), + 'NOTIFY_GROUP_RECENTLY_ADDED_GRANDPARENT': (int, 'Monitoring', 1), 'NOTIFY_GROUP_RECENTLY_ADDED_PARENT': (int, 'Monitoring', 1), 'NOTIFY_GROUP_RECENTLY_ADDED': (int, 'Monitoring', 1), 'NOTIFY_UPLOAD_POSTERS': (int, 'Monitoring', 0),