mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Renaming multi-part books
This commit is contained in:
@@ -33,6 +33,10 @@ namespace NzbDrone.Core.Test.MediaFiles
|
||||
Mocker.GetMock<IAuthorService>()
|
||||
.Setup(s => s.GetAuthor(_author.Id))
|
||||
.Returns(_author);
|
||||
|
||||
Mocker.GetMock<IMediaFileService>()
|
||||
.Setup(s => s.GetFilesByAuthor(_author.Id))
|
||||
.Returns(_trackFiles);
|
||||
}
|
||||
|
||||
private void GivenNoTrackFiles()
|
||||
|
||||
Reference in New Issue
Block a user