Skip to content

Commit

Permalink
cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and jbleyel committed Dec 6, 2023
1 parent b0fad81 commit 7e5114d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def saveXML(self):
if item[2] == 1:
fd.write("\t\t<provider name=\"%s\" dvbnamespace=\"%s\" />\n" % (stringToXML(name), item[3]))
else:
fd.write("\t\t<service name=\"%s\" ref=\"%s\" />\n" % (stringToXML(name), item[3]))
fd.write("\t\t<service name=\"%s\" ref=\"%s\" />\n" % (stringToXML(name), ':'.join(item[3].split(':')[:11])))
fd.write("\t</slot>\n")
fd.write("</ci>\n")
except OSError:
Expand Down

0 comments on commit 7e5114d

Please sign in to comment.