fix subtitle passing

This commit is contained in:
MaZderMind 2014-04-24 17:59:35 +02:00
parent 3ad574ddc5
commit f9920ac6f9

View file

@ -321,7 +321,7 @@ if debug:
tasks = Queue() tasks = Queue()
# iterate over all events extracted from the schedule xml-export # 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: if id in titlemap:
title = titlemap[id] title = titlemap[id]