fix subtitle passing
This commit is contained in:
parent
3ad574ddc5
commit
f9920ac6f9
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ if debug:
|
|||
tasks = Queue()
|
||||
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for (id, title, personnames) in events():
|
||||
for (id, title, subtitle, personnames) in events():
|
||||
if id in titlemap:
|
||||
title = titlemap[id]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue