Fixed: Prevent renaming calibre files

This commit is contained in:
ta264
2021-03-23 21:47:42 +00:00
parent dd341ef1e1
commit e29b0c318e
2 changed files with 6 additions and 3 deletions
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using FizzWare.NBuilder;
using Moq;
@@ -26,6 +26,7 @@ namespace NzbDrone.Core.Test.MediaFiles
_trackFiles = Builder<BookFile>.CreateListOfSize(2)
.All()
.With(e => e.Author = _author)
.With(e => e.CalibreId = 0)
.Build()
.ToList();