more work

This commit is contained in:
Jamie Rees 2016-02-26 20:05:43 +00:00
parent 81c492aa14
commit 6054f0d436
15 changed files with 192 additions and 23 deletions

View file

@ -8,5 +8,7 @@ namespace RequestPlex.Store
public class SettingsModel : Entity
{
public int Port { get; set; }
public bool UserAuthentication { get; set; }
public string PlexAuthToken { get; set; }
}
}