e
This commit is contained in:
parent
f8e330be9b
commit
00000d97a0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def main() -> None:
|
||||||
|
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
for event, url in additions.items():
|
for event, url in sorted(additions.items()):
|
||||||
chnl_number += 1
|
chnl_number += 1
|
||||||
lines.append(
|
lines.append(
|
||||||
f'#EXTINF:-1 tvg-chno="{chnl_number}"'
|
f'#EXTINF:-1 tvg-chno="{chnl_number}"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue