summaryrefslogtreecommitdiff
path: root/pages/schedule.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/schedule.ecpp')
-rw-r--r--pages/schedule.ecpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp
index be09d9d..96d9427 100644
--- a/pages/schedule.ecpp
+++ b/pages/schedule.ecpp
@@ -32,6 +32,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
pageTitle = trVDR("Schedule");
#if VDRVERSNUM >= 20301
+ /* JJJ: Order wrong! Better get first the channel and with unlocked
+ * channels lock read the schedules
+ */
LOCK_SCHEDULES_READ;
LOCK_CHANNELS_READ;
#else