Default Plex Media Server "Update Library" to true

This commit is contained in:
Mark McDowall 2016-02-25 19:19:31 -08:00
parent 3bc6bf9e99
commit e8d1623e96
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ namespace NzbDrone.Core.Notifications.Plex
public PlexServerSettings()
{
Port = 32400;
UpdateLibrary = true;
}
[FieldDefinition(0, Label = "Host")]