move last fm providers to a plugin

This commit is contained in:
Luke Pulverenti
2014-07-13 17:03:57 -04:00
parent baf44b2718
commit d7f3214b32
13 changed files with 17 additions and 732 deletions

View File

@@ -29,6 +29,8 @@ namespace MediaBrowser.Controller.Channels
public MediaProtocol Protocol { get; set; }
public long? RunTimeTicks { get; set; }
public ChannelMediaInfo()
{
RequiredHttpHeaders = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);