Update DescriptionXmlBuilder.cs

This commit is contained in:
BaronGreenback 2020-09-25 18:47:24 +01:00 committed by GitHub
parent f3a90bab47
commit a52ab69e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))
{