platinum: fix parsing of upnp:actor in PltMediaItem
authormontellese <montellese@xbmc.org>
Fri, 27 Dec 2013 12:02:01 +0000 (13:02 +0100)
committermontellese <montellese@xbmc.org>
Fri, 27 Dec 2013 12:02:01 +0000 (13:02 +0100)
lib/libUPnP/Platinum/Source/Devices/MediaServer/PltMediaItem.cpp

index d6986be..a6566eb 100644 (file)
@@ -510,7 +510,7 @@ PLT_MediaObject::FromDidl(NPT_XmlElementNode* entry)
     m_People.authors.FromDidl(children);
     
     children.Clear();
-    PLT_XmlHelper::GetChildren(entry, children, "actors", didl_namespace_upnp);
+    PLT_XmlHelper::GetChildren(entry, children, "actor", didl_namespace_upnp);
     m_People.actors.FromDidl(children);
 
     children.Clear();