mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Removed Plex Request from the notifications
This commit is contained in:
parent
267e41dafb
commit
29c8b456f4
8 changed files with 24 additions and 14 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue