aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-25 18:47:24 +0100
committerGitHub <noreply@github.com>2020-09-25 18:47:24 +0100
commita52ab69e13d2b924522a21fa4da98f38ec298bd1 (patch)
tree1112c3ad49733b4029a54f2a022d1157e7e8a412
parentf3a90bab477ed7008c2569dcd3d89f21a92558fb (diff)
Update DescriptionXmlBuilder.cs
-rw-r--r--Emby.Dlna/Server/DescriptionXmlBuilder.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/Server/DescriptionXmlBuilder.cs b/Emby.Dlna/Server/DescriptionXmlBuilder.cs
index 573f7adc0..bca9e81cd 100644
--- a/Emby.Dlna/Server/DescriptionXmlBuilder.cs
+++ b/Emby.Dlna/Server/DescriptionXmlBuilder.cs
@@ -249,8 +249,8 @@ namespace Emby.Dlna.Server
builder.Append("</serviceList>");
}
-
- private string BuildUrl(string ure)
+
+ private string BuildUrl(string url)
{
if (string.IsNullOrEmpty(url))
{