1 2 3 4 5 6 7 8
namespace MediaBrowser.Controller.Library; /// <summary> /// Marker interface for internal search providers that typically query the local database directly. /// </summary> public interface IInternalSearchProvider : ISearchProvider { }