mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Swap to dapper with lazyload
This commit is contained in:
@@ -122,6 +122,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
(f, af) => new { DiskFile = f, DbFile = af },
|
||||
PathEqualityComparer.Instance)
|
||||
.ToList();
|
||||
_logger.Trace($"Matched paths for {combined.Count} files");
|
||||
|
||||
List<IFileInfo> unwanted = null;
|
||||
if (filter == FilterFilesType.Known)
|
||||
|
||||
Reference in New Issue
Block a user