New: Basic audiobook support

This commit is contained in:
ta264
2021-05-26 22:09:31 +01:00
parent 62928b227b
commit f6a04f7890
25 changed files with 316 additions and 58 deletions
@@ -83,11 +83,11 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
}
[Test]
public void should_return_audio_files_only()
public void should_return_book_files_only()
{
GivenFiles(GetFiles(_path));
Subject.GetBookFiles(_path).Should().HaveCount(3);
Subject.GetBookFiles(_path).Should().HaveCount(5);
}
[TestCase("Extras")]