mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
@@ -188,7 +188,7 @@ namespace NzbDrone.Core.Parser
|
|||||||
Path = filename,
|
Path = filename,
|
||||||
ParsedMovieInfo = enhanced,
|
ParsedMovieInfo = enhanced,
|
||||||
ExistingFile = movie.Path.IsParentPath(filename),
|
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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user