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

@ -52,8 +52,8 @@ namespace Ombi.Core.Migration.Migrations
public void Start(IDbConnection con)
{
UpdatePlexSettings();
//UpdateCustomSettings(); Turned off the migration for now until the search has been improved on.
//UpdateSchema(con, Version);
UpdateCustomSettings();
UpdateSchema(con, Version);
}
private void UpdatePlexSettings()
@ -68,7 +68,7 @@ namespace Ombi.Core.Migration.Migrations
{
var settings = Customization.GetSettings();
settings.NewSearch = true; // Use the new search
settings.EnableIssues = true;
Customization.SaveSettings(settings);