mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 02:32:27 +01:00
Default Plex Media Server "Update Library" to true
This commit is contained in:
parent
3bc6bf9e99
commit
e8d1623e96
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ public class PlexServerSettings : IProviderConfig
|
|||
public PlexServerSettings()
|
||||
{
|
||||
Port = 32400;
|
||||
UpdateLibrary = true;
|
||||
}
|
||||
|
||||
[FieldDefinition(0, Label = "Host")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue