Added a new library setting to disable metadata completely.
This commit is contained in:
parent
3a01e9af3a
commit
52f6e235d0
33 changed files with 4026 additions and 72 deletions
|
|
@ -42,7 +42,7 @@ public class ExternalMetadataServiceTests : AbstractDbTest
|
|||
|
||||
_externalMetadataService = new ExternalMetadataService(UnitOfWork, Substitute.For<ILogger<ExternalMetadataService>>(),
|
||||
Mapper, Substitute.For<ILicenseService>(), Substitute.For<IScrobblingService>(), Substitute.For<IEventHub>(),
|
||||
Substitute.For<ICoverDbService>());
|
||||
Substitute.For<ICoverDbService>(), Substitute.For<IKavitaPlusApiService>());
|
||||
}
|
||||
|
||||
#region Gloabl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue