mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Merge branch 'master' of https://github.com/smcpeck/Ombi
This commit is contained in:
commit
bdecd9cdac
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ namespace Ombi.UI.Modules
|
||||||
viewMovie.Available = true;
|
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];
|
var dbm = dbMovies[movie.Id];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue