diff options
-rw-r--r-- | program/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/views.py b/program/views.py index 6a53e82..cfebbd1 100644 --- a/program/views.py +++ b/program/views.py @@ -208,8 +208,6 @@ def json_day_schedule(request, year=None, month=None, day=None): if 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) |