diff options
author | methodus <methodus@web.de> | 2012-09-16 09:05:07 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-09-16 09:05:07 +0200 |
commit | 3dbb9c2ab120ca77b4de7f5f86788ca7d358a40c (patch) | |
tree | fde04b694fab8a8a668bb07611f6cfc3b175af2e /httptnt | |
parent | 7917ea639c2865e485f26a94fbab0cf8595a2f40 (diff) | |
download | vdr-plugin-upnp-3dbb9c2ab120ca77b4de7f5f86788ca7d358a40c.tar.gz vdr-plugin-upnp-3dbb9c2ab120ca77b4de7f5f86788ca7d358a40c.tar.bz2 |
Parser für Suche, Filter und Sortierung hinzugefügt
Diffstat (limited to 'httptnt')
-rw-r--r-- | httptnt/deviceDescription.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httptnt/deviceDescription.ecpp b/httptnt/deviceDescription.ecpp index dfbe853..b879145 100644 --- a/httptnt/deviceDescription.ecpp +++ b/httptnt/deviceDescription.ecpp @@ -48,7 +48,7 @@ using namespace upnp; <modelNumber><$ serverDescription.modelNumber $></modelNumber> <modelURL><$ serverDescription.modelURL $></modelURL> <serialNumber><$ serverDescription.serialNumber $></serialNumber> - <UDN><$ deviceUUID $></UDN> + <UDN>uuid:<$ deviceUUID $></UDN> <presentationURL><$ urlBase $><$ presentationUrl $></presentationURL> <dlna:X_DLNADOC>DMS-1.50</dlna:X_DLNADOC> <serviceList> |