Merge pull request #16121 from Shadowghost/search-rebased

Implement search providers
This commit is contained in:
Bond-009
2026-06-07 22:56:51 +02:00
committed by GitHub
16 changed files with 1089 additions and 251 deletions
@@ -17,6 +17,7 @@ namespace MediaBrowser.Model.Configuration
LyricFetcher,
MediaSegmentProvider,
LocalSimilarityProvider,
SimilarityProvider
SimilarityProvider,
SearchProvider
}
}