X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FDreamInfoHandler.py;h=075c9953af1b72197c8935a4ff2b026d43aaa4f5;hb=a6f7c725e21a4b6ed064e92b453331837d12f267;hp=6cf3b00428dd3206ae67e738919360a4503440f4;hpb=6a9a61ab28694cfbc084f04f4b49d97eff62bb7e;p=vuplus_dvbapp diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 6cf3b00..075c995 100755 --- a/lib/python/Components/DreamInfoHandler.py +++ b/lib/python/Components/DreamInfoHandler.py @@ -94,6 +94,8 @@ class InfoHandler(xml.sax.ContentHandler): self.attributes["name"] = str(attrs["name"].encode("utf-8")) if attrs.has_key("packagename"): self.attributes["packagename"] = str(attrs["packagename"].encode("utf-8")) + if attrs.has_key("packagetype"): + self.attributes["packagetype"] = str(attrs["packagetype"].encode("utf-8")) if attrs.has_key("shortdescription"): self.attributes["shortdescription"] = str(attrs["shortdescription"].encode("utf-8"))