Skip to content
Snippets Groups Projects
Commit 4cfbc102 authored by Christian Pointner's avatar Christian Pointner
Browse files

hotfix: show has no automation_id anymore

parent e1dd7af1
No related branches found
No related tags found
No related merge requests found
...@@ -208,8 +208,6 @@ def json_day_schedule(request, year=None, month=None, day=None): ...@@ -208,8 +208,6 @@ def json_day_schedule(request, year=None, month=None, day=None):
if ts.programslot.automation_id: if ts.programslot.automation_id:
entry['automation-id'] = ts.programslot.automation_id entry['automation-id'] = ts.programslot.automation_id
elif ts.programslot.show.automation_id:
entry['automation-id'] = ts.programslot.show.automation_id
schedule.append(entry) schedule.append(entry)
......
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