mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
parent
dca5d13826
commit
dedf42ac87
33 changed files with 386 additions and 3294 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue