Removed Plex Request from the notifications

This commit is contained in:
tidusjar 2017-02-03 14:35:41 +00:00
parent 267e41dafb
commit 29c8b456f4
8 changed files with 24 additions and 14 deletions

View file

@ -54,6 +54,7 @@ namespace Ombi.Core.SettingModels
public int DefaultLang { get; set; }
public bool NewSearch { get; set; }
public bool EnableIssues { get; set; }
}
}