Skip to content
Snippets Groups Projects
Commit f786814c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

The Type is called name

parent 25ab1d4f
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ def json_playout(request): ...@@ -119,7 +119,7 @@ def json_playout(request):
'show_id': ts.show.id, 'show_id': ts.show.id,
'show_name': ts.show.name + is_repetition, 'show_name': ts.show.name + is_repetition,
'show_hosts': hosts, 'show_hosts': hosts,
'show_type': type_.type, 'show_type': type_.name,
'show_categories': categories, 'show_categories': categories,
'show_topics': topics, 'show_topics': topics,
# TODO: replace `show_musicfocus` with `show_music_focus` when engine is updated # TODO: replace `show_musicfocus` with `show_music_focus` when engine is updated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment