From 50ce29cc6423e1dd7b9ad414e4ed6226a78ba427 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 29 Mar 2020 21:14:17 -0700 Subject: [PATCH] Fix enable notification grouping by default again --- data/interfaces/default/welcome.html | 2 ++ plexpy/config.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 c8675d21..796cc1f2 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -338,7 +338,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),