Small refactorings

This commit is contained in:
Jamie.Rees 2016-12-16 09:28:48 +00:00
parent 1067b9afd7
commit 83bb1b58e7
7 changed files with 41 additions and 46 deletions

View file

@ -29,7 +29,6 @@ namespace PlexRequests.Core.SettingModels
public sealed class PushoverNotificationSettings : NotificationSettings
{
public string AccessToken { get; set; }
public bool Enabled { get; set; }
public string UserToken { get; set; }
}
}