Merge branch 'dev' into master

pull/1178/head
Shaun McPeck 8 years ago committed by GitHub
commit 017ea96d9e

@ -430,7 +430,7 @@ namespace Ombi.UI.Modules
viewMovie.Available = true;
}
}
else if (dbMovies.ContainsKey(movie.Id) && canSee) // compare to the requests db
if (dbMovies.ContainsKey(movie.Id) && canSee) // compare to the requests db
{
var dbm = dbMovies[movie.Id];

Loading…
Cancel
Save