Fixed: Import not working due to Language constraint

This commit is contained in:
Qstick
2019-06-18 23:02:26 -04:00
parent 9350f6a04c
commit 722a996ad3
2 changed files with 2 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ namespace NzbDrone.Core.Parser
{
Movie = movie,
Quality = enhanced.Quality,
Languages = enhanced.Languages,
Path = filename,
ParsedMovieInfo = enhanced,
ExistingFile = movie.Path.IsParentPath(filename),