From 4cfbc102d21302d774b558230f10252b40170944 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 3 Aug 2016 21:12:53 +0200 Subject: hotfix: show has no automation_id anymore 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) -- cgit v0.10.2