mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 04:26:57 -05:00
Merge pull request #117 from deathbybandaid/dev
Add missing comma to m3u
This commit is contained in:
commit
c444d3123c
@ -89,7 +89,7 @@ class M3U():
|
||||
for chan_key in list(channel_item_dict.keys()):
|
||||
if not chan_key.startswith(tuple(["group-title", "stream_url"])):
|
||||
m3ustring += "%s=\"%s\" " % (chan_key, channel_item_dict[chan_key])
|
||||
m3ustring += "group-title=\"%s\"%s\n" % (channel_item_dict["group-title"], channel_item_dict["group-titleb"])
|
||||
m3ustring += "group-title=\"%s\",%s\n" % (channel_item_dict["group-title"], channel_item_dict["group-titleb"])
|
||||
m3ustring += "%s\n" % channel_item_dict["stream_url"]
|
||||
fakefile.write(m3ustring)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user