forked from openlp/openlp
add title to display api
This commit is contained in:
parent
c99c2694db
commit
2ae8951b3b
@ -91,6 +91,7 @@ def controller_text(request):
|
||||
item['text'] = str(frame['title'])
|
||||
item['html'] = str(frame['title'])
|
||||
item['selected'] = (live_controller.selected_row == index)
|
||||
item['title'] = current_item.title
|
||||
data.append(item)
|
||||
json_data = {'results': {'slides': data}}
|
||||
if current_item:
|
||||
|
Loading…
Reference in New Issue
Block a user