mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 17:18:08 +00:00
10 lines
175 B
C#
10 lines
175 B
C#
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
/// <summary>
|
|
/// Channel supports media probe.
|
|
/// </summary>
|
|
public interface ISupportsMediaProbe
|
|
{
|
|
}
|
|
}
|