11 lines
185 B
C#
11 lines
185 B
C#
|
|
|||
|
namespace MediaBrowser.Controller.Entities
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// This is essentially a marker interface
|
|||
|
/// </summary>
|
|||
|
public interface IHasMediaStreams
|
|||
|
{
|
|||
|
}
|
|||
|
}
|