add movie metadata support to live tv

This commit is contained in:
Luke Pulverenti
2015-03-14 16:00:32 -04:00
parent 6acfee7df6
commit b1d2841583
21 changed files with 279 additions and 59 deletions

View File

@@ -0,0 +1,9 @@
using System;
namespace MediaBrowser.Controller.Providers
{
public class LiveTvProgramLookupInfo : ItemLookupInfo
{
public Boolean IsMovie { get; set; }
}
}