Skip to content

Commit

Permalink
[ServiceInfo.py] show complete Service reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hd75hd committed Mar 8, 2020
1 parent 2b829b2 commit dd28d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/ServiceInfo.py
Expand Up @@ -172,7 +172,7 @@ def information(self):
(_("Videosize"), resolution, TYPE_TEXT),
(_("Videocodec"), videocodec, TYPE_TEXT),
(_("Namespace"), self.getServiceInfoValue(iServiceInformation.sNamespace), TYPE_VALUE_HEX, 8),
(_("Service reference"), ":".join(refstr.split(":")[:9]), TYPE_TEXT),
(_("Service reference"), ":".join(refstr.split(":")[:10]), TYPE_TEXT),
(_("URL"), refstr.split(":")[10].replace("%3a", ":"), TYPE_TEXT))

self.fillList(Labels)
Expand Down

0 comments on commit dd28d59

Please sign in to comment.