2015-03-28 20:22:27 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
2015-03-12 15:51:48 +00:00
|
|
|
|
namespace MediaBrowser.Controller.LiveTv
|
|
|
|
|
{
|
|
|
|
|
public interface ILiveTvItem
|
|
|
|
|
{
|
2015-03-28 20:22:27 +00:00
|
|
|
|
Guid Id { get; }
|
2015-03-12 15:51:48 +00:00
|
|
|
|
string ServiceName { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|