Fixed cattura packages having the old title format when no booking was found

This commit is contained in:
Erik Thuning 2022-04-06 14:03:52 +02:00
parent ce3b1c5388
commit 4f280da32e

@ -220,7 +220,8 @@ class Cattura:
'base': path,
'origin': 'cattura',
'creation': 0,
'title': 'Unknown title',
'title': {'sv': name,
'en': name},
'description': '',
'presenters': [],
'courses': [],