omgwtf so many changes. #865

This commit is contained in:
tidusjar 2017-09-15 22:15:45 +01:00
parent 64d37c37a3
commit 2e8f08fef1
38 changed files with 264 additions and 135 deletions

View 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; }
}
}