mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Only scan files that are new or updated (#760)
* New: Only scan files that are new or updated Pass through filter correctly Add more tests Add tests for migration 30 * Fix windows disk provider * Don't publish deleted event for unmapped file * Fix test on windows
This commit is contained in:
@@ -147,7 +147,6 @@ namespace NzbDrone.Core.Datastore
|
||||
.SingleOrDefault());
|
||||
|
||||
Mapper.Entity<TrackFile>().RegisterModel("TrackFiles")
|
||||
.Ignore(f => f.Path)
|
||||
.Relationship()
|
||||
.HasOne(f => f.Album, f => f.AlbumId)
|
||||
.For(f => f.Tracks)
|
||||
|
||||
Reference in New Issue
Block a user