add movie prefix feature

This commit is contained in:
Luke Pulverenti
2016-11-15 12:55:26 -05:00
parent 420fa8bf7f
commit 70aebff444
3 changed files with 44 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ namespace MediaBrowser.Model.LiveTv
public string[] KidsCategories { get; set; }
public string[] MovieCategories { get; set; }
public NameValuePair[] ChannelMappings { get; set; }
public string MoviePrefix { get; set; }
public ListingsProviderInfo()
{