diff --git a/src/NzbDrone.Core/Notifications/Plex/PlexServerSettings.cs b/src/NzbDrone.Core/Notifications/Plex/PlexServerSettings.cs index a36e23aac..983a6d16b 100644 --- a/src/NzbDrone.Core/Notifications/Plex/PlexServerSettings.cs +++ b/src/NzbDrone.Core/Notifications/Plex/PlexServerSettings.cs @@ -22,6 +22,7 @@ namespace NzbDrone.Core.Notifications.Plex public PlexServerSettings() { Port = 32400; + UpdateLibrary = true; } [FieldDefinition(0, Label = "Host")]