jellyfin/MediaBrowser.Controller/Channels/ISupportsMediaProbe.cs

10 lines
178 B
C#
Raw Normal View History

2021-06-06 12:11:51 -04:00
namespace MediaBrowser.Controller.Channels
{
/// <summary>
/// Channel supports media probe.
/// </summary>
public interface ISupportsMediaProbe
{
}
2021-06-06 12:11:51 -04:00
}