7 lines
123 B
C#
7 lines
123 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IItemIdentity
|
|
{
|
|
string Type { get; }
|
|
}
|
|
} |