aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/IDisableMediaSourceDisplay.cs
blob: 51a5ca8bfa72c4498320550b9b19ebefedae9e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace MediaBrowser.Controller.Channels
{
    /// <summary>
    /// Disable media source display.
    /// </summary>
    /// <remarks>
    /// <see cref="Channel"/> can inherit this interface to disable being displayed.
    /// </remarks>
    public interface IDisableMediaSourceDisplay
    {
    }
}