Some work around the Auto Updater and other small changes #1460 #865

This commit is contained in:
Jamie.Rees 2017-07-27 08:13:43 +01:00
parent 5c72d585f4
commit 863df6e1cc
26 changed files with 303 additions and 23 deletions

View file

@ -45,7 +45,7 @@ namespace Ombi.Core.Engine
public async Task<RequestEngineResult> RequestMovie(SearchMovieViewModel model)
{
var movieInfo = await MovieApi.GetMovieInformation(model.Id);
if (movieInfo == null)
if (movieInfo == null || movieInfo.Id == 0)
{
return new RequestEngineResult
{