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

@@ -351,6 +351,8 @@ namespace MediaBrowser.Controller.Entities
public Dictionary<string, string>? HasAnyProviderId { get; set; }
public Dictionary<string, string[]>? HasAnyProviderIds { get; set; }
public Guid[] AlbumArtistIds { get; set; }
public Guid[] BoxSetLibraryFolders { get; set; }