diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-03-08 22:57:47 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-03-08 23:00:43 +0100 |
| commit | cafeedcadfa93259529a79cc417faccf20154bd1 (patch) | |
| tree | 00d16d26d126fc9f6c862856a74278186e145eda /MediaBrowser.Common/Net/NamedClient.cs | |
| parent | 03f1eff21abf75d88d15df05b6a841e48943c7ef (diff) | |
Rework SsdpHttpClient
Diffstat (limited to 'MediaBrowser.Common/Net/NamedClient.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/NamedClient.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/NamedClient.cs b/MediaBrowser.Common/Net/NamedClient.cs index 0f6161c32..a6cacd4f1 100644 --- a/MediaBrowser.Common/Net/NamedClient.cs +++ b/MediaBrowser.Common/Net/NamedClient.cs @@ -14,5 +14,10 @@ /// Gets the value for the MusicBrainz named http client. /// </summary> public const string MusicBrainz = nameof(MusicBrainz); + + /// <summary> + /// Gets the value for the DLNA named http client. + /// </summary> + public const string Dlna = nameof(Dlna); } } |
