Merge pull request #15970 from Shadowghost/similarity

Implement similarity providers
This commit is contained in:
Bond-009
2026-05-15 10:00:53 +02:00
committed by GitHub
40 changed files with 2087 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;
}