mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
omgwtf so many changes. #865
This commit is contained in:
parent
64d37c37a3
commit
2e8f08fef1
38 changed files with 264 additions and 135 deletions
10
src/Ombi.Settings/Settings/Models/UserManagementSettings.cs
Normal file
10
src/Ombi.Settings/Settings/Models/UserManagementSettings.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Ombi.Settings.Settings.Models
|
||||
{
|
||||
public class UserManagementSettings : Settings
|
||||
{
|
||||
public bool ImportMediaServerUsers { get; set; }
|
||||
public List<string> DefaultRoles { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue