add dlna channel factory

This commit is contained in:
Luke Pulverenti
2014-07-17 20:39:07 -04:00
parent 06118307dd
commit 97c5b468a0
10 changed files with 98 additions and 41 deletions

View File

@@ -15,7 +15,6 @@ namespace MediaBrowser.Controller.Channels
public ChannelFolderType ChannelFolderType { get; set; }
public string OriginalImageUrl { get; set; }
public List<string> Tags { get; set; }
protected override bool GetBlockUnratedValue(UserConfiguration config)
{
@@ -31,11 +30,6 @@ namespace MediaBrowser.Controller.Channels
}
}
public ChannelFolderItem()
{
Tags = new List<string>();
}
public override string GetUserDataKey()
{
return ExternalId;