mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
Merge branch 'dev' into master
This commit is contained in:
commit
017ea96d9e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue