Merge branch 'dev' into master

This commit is contained in:
Shaun McPeck 2017-02-24 10:14:01 -06:00 committed by GitHub
commit 017ea96d9e

View file

@ -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];