mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Added: Movie files are now eager loaded. This should speed up the loading process a lot as well as RSS Sync and other tasks. It should also prevent some other bugs.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
_logger.Trace("Upgrading existing movie file.");
|
||||
var moveFileResult = new MovieFileMoveResult();
|
||||
|
||||
var existingFile = localMovie.Movie.MovieFile.Value;
|
||||
var existingFile = localMovie.Movie.MovieFile;
|
||||
|
||||
if (existingFile != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user