X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d18113ea974703c0c6fc0396e83dbf59bc9e5b26..17ce0c30d39a197c49c9a2945e4e5cff53317aa4:/lib/python/Components/DreamInfoHandler.py diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 6cf3b004..075c9953 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"))