New: Show episode file file deletions in history and episode activity

This commit is contained in:
Mark McDowall
2014-08-20 23:29:34 -07:00
parent 5d60b21dba
commit f63476260b
21 changed files with 122 additions and 29 deletions
@@ -93,7 +93,9 @@ namespace NzbDrone.Core.Test.Datastore
options => options
.IncludingAllRuntimeProperties()
.Excluding(c => c.DateAdded)
.Excluding(c => c.Path));
.Excluding(c => c.Path)
.Excluding(c => c.Series)
.Excluding(c => c.Episodes));
}
[Test]