2013-07-19 03:47:55 +00:00
|
|
|
|
namespace NzbDrone.Core.Model.Xbmc
|
2011-07-09 18:19:33 +00:00
|
|
|
|
{
|
|
|
|
|
public class TvShow
|
|
|
|
|
{
|
|
|
|
|
public int TvShowId { get; set; }
|
|
|
|
|
public string Label { get; set; }
|
|
|
|
|
public int ImdbNumber { get; set; }
|
|
|
|
|
public string File { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|