make more dlna attributes configurable

This commit is contained in:
Luke Pulverenti
2015-05-08 12:28:06 -04:00
parent 55461b7605
commit a9ccccc535
37 changed files with 148 additions and 95 deletions

View File

@@ -13,7 +13,7 @@ namespace MediaBrowser.Dlna.PlayTo
public class SsdpHttpClient
{
private const string USERAGENT = "Microsoft-Windows/6.2 UPnP/1.0 Microsoft-DLNA DLNADOC/1.50";
private const string FriendlyName = "MediaBrowser";
private const string FriendlyName = "Emby";
private readonly IHttpClient _httpClient;
private readonly IServerConfigurationManager _config;