From e8d1623e9660a47a30d7e0c52b370342b2704231 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 25 Feb 2016 19:19:31 -0800 Subject: [PATCH] Default Plex Media Server "Update Library" to true --- src/NzbDrone.Core/Notifications/Plex/PlexServerSettings.cs | 1 + 1 file changed, 1 insertion(+) 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")]