diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-13 09:18:29 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-13 09:18:29 +0000 |
| commit | f7061e353e05845076d41f7ee935f30756e17781 (patch) | |
| tree | 2583cb252b8ef80c65557b15520f8c8970aa15cf /Emby.Dlna/PlayTo/SsdpHttpClient.cs | |
| parent | 45cb71442938713f95cd412eebaddf297e0e82ab (diff) | |
Remove Emby branding from DLNA server
Diffstat (limited to 'Emby.Dlna/PlayTo/SsdpHttpClient.cs')
| -rw-r--r-- | Emby.Dlna/PlayTo/SsdpHttpClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/PlayTo/SsdpHttpClient.cs b/Emby.Dlna/PlayTo/SsdpHttpClient.cs index eaafaa65b1..bfd163bf16 100644 --- a/Emby.Dlna/PlayTo/SsdpHttpClient.cs +++ b/Emby.Dlna/PlayTo/SsdpHttpClient.cs @@ -14,7 +14,7 @@ namespace Emby.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 = "Emby"; + private const string FriendlyName = "Jellyfin"; private readonly IHttpClient _httpClient; private readonly IServerConfigurationManager _config; |
