summaryrefslogtreecommitdiff
path: root/pages/ibox.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/ibox.ecpp')
-rw-r--r--pages/ibox.ecpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/ibox.ecpp b/pages/ibox.ecpp
index 947b746..2f58606 100644
--- a/pages/ibox.ecpp
+++ b/pages/ibox.ecpp
@@ -46,6 +46,7 @@ TimerConflictNotifier timerNotifier();
if (NowReplaying) {
RecordingsManagerPtr recManager = LiveRecordingsManager();
#if VDRVERSNUM >= 20301
+ // is is OK to lock here, because CreateEpgInfo will *not* lock other lists
LOCK_RECORDINGS_READ;
cRecording *recording = (cRecording *)Recordings->GetByName(NowReplaying);
#else