ensure server reports consistent uuid
This commit is contained in:
parent
60147b5a0b
commit
7236ce0f92
|
@ -122,7 +122,7 @@ namespace MediaBrowser.Dlna.Server
|
|||
builder.Append("<serialNumber>" + SecurityElement.Escape(_profile.SerialNumber) + "</serialNumber>");
|
||||
}
|
||||
|
||||
builder.Append("<UDN>uuid:" + SecurityElement.Escape(_serverUdn) + "</UDN>");
|
||||
builder.Append("<UDN>uuid:" + SecurityElement.Escape(_serverId) + "</UDN>");
|
||||
builder.Append("<presentationURL>" + SecurityElement.Escape(_serverAddress) + "</presentationURL>");
|
||||
|
||||
if (!EnableAbsoluteUrls)
|
||||
|
|
Loading…
Reference in New Issue
Block a user