mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 22:07:21 +00:00
parent
b553d8aef6
commit
409be45a19
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public LocalMovie GetLocalMovie(string filename, ParsedMovieInfo minimalInfo, Mo
|
|||
Path = filename,
|
||||
ParsedMovieInfo = enhanced,
|
||||
ExistingFile = movie.Path.IsParentPath(filename),
|
||||
MediaInfo = helpers.FirstOrDefault(h => h.GetType() == typeof(MediaInfoModel)) as MediaInfoModel
|
||||
MediaInfo = helpers.FirstOrDefault(h => h?.GetType() == typeof(MediaInfoModel)) as MediaInfoModel
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue