diff options
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1224,6 +1224,9 @@ void cUpdate::Action() if (dbConnected() && recordingStateChangedTrigger) { + if (!pendingRecordingActions.empty()) + performRecordingActions(); + if (Epg2VdrConfig.shareInWeb) recordingChanged(); // update timer state |