aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/NamedClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Net/NamedClient.cs')
-rw-r--r--MediaBrowser.Common/Net/NamedClient.cs5
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);
}
}