mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Default Plex Media Server "Update Library" to true
This commit is contained in:
parent
3bc6bf9e99
commit
e8d1623e96
@ -22,6 +22,7 @@ public class PlexServerSettings : IProviderConfig
|
|||||||
public PlexServerSettings()
|
public PlexServerSettings()
|
||||||
{
|
{
|
||||||
Port = 32400;
|
Port = 32400;
|
||||||
|
UpdateLibrary = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
[FieldDefinition(0, Label = "Host")]
|
[FieldDefinition(0, Label = "Host")]
|
||||||
|
Loading…
Reference in New Issue
Block a user