aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-08-22 17:52:19 +0200
committerGitHub <noreply@github.com>2022-08-22 17:52:19 +0200
commit33611614ed3362bd6b9b83781a47927fc16bba5a (patch)
tree5d6d61205dc873ffa7f86af1c73059053af1d97b /MediaBrowser.Common/Net
parente1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (diff)
parent5b4e14940ea20c0afeea6c2031e34aa870786fe9 (diff)
Merge pull request #7433 from Bond-009/ssdphttpclient
Diffstat (limited to 'MediaBrowser.Common/Net')
-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);
}
}