aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IHasMediaStreams.cs
blob: b700ef628ad597894f9a43bd7c894a7c7c282538 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MediaBrowser.Controller.Entities
{
    /// <summary>
    /// This is essentially a marker interface
    /// </summary>
    public interface IHasMediaStreams
    {
    }
}