Implement Similarity providers

This commit is contained in:
Shadowghost
2026-05-03 23:43:01 +02:00
parent 622947e374
commit 4ebce39070
36 changed files with 1830 additions and 61 deletions

View File

@@ -576,7 +576,8 @@ namespace Jellyfin.Providers.Tests.Manager
baseItemManager!,
Mock.Of<ILyricManager>(),
Mock.Of<IMemoryCache>(),
Mock.Of<IMediaSegmentManager>());
Mock.Of<IMediaSegmentManager>(),
Mock.Of<ISimilarItemsManager>());
return providerManager;
}