mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Moved the plex auth token to the plex settings where it should belong.
This commit is contained in:
parent
ffe6bc41ac
commit
57ec940d5a
18 changed files with 2753 additions and 2837 deletions
|
@ -46,7 +46,6 @@ namespace PlexRequests.UI.ModelDataProviders
|
|||
.Description("The blacklisted users, this is for internal use by the application, do not modify this list.")
|
||||
.Required(false);
|
||||
with.Property(x => x.DeniedUsers).Description("The blacklisted users, comma separated.").Required(false);
|
||||
with.Property(x => x.PlexAuthToken).Description("The Plex authentication token").Required(false);
|
||||
with.Property(x => x.UsePassword)
|
||||
.Description("Require users to use a password to login when authentication is enabled")
|
||||
.Required(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue