NOTE: DATABASE NEEDS TO BE DELETED AND RECREATED
This commit is contained in:
tidusjar 2017-11-03 00:57:09 +00:00
parent dca5d13826
commit dedf42ac87
33 changed files with 386 additions and 3294 deletions

View file

@ -163,7 +163,7 @@ namespace Ombi.Core.Engine
// But we only pass down the SearchViewModel that doesn't contain this
// So set the ImdbId to viewMovie.Id and then set it back afterwards
var oldId = viewMovie.Id;
viewMovie.CustomId = viewMovie.ImdbId ?? string.Empty;
viewMovie.TheMovieDbId = viewMovie.TheMovieDbId;
await RunSearchRules(viewMovie);