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