cIoThrottle::Engaged() is now also checked in cRemoveDeletedRecordingsThread::Action()

This commit is contained in:
Klaus Schmidinger
2012-10-03 12:58:02 +02:00
parent 90d854c0b4
commit 5a407d0e68
3 changed files with 7 additions and 1 deletions

View File

@@ -7277,3 +7277,6 @@ Video Disk Recorder Revision History
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
if there is no "last viewed" recording (thanks to Alexander Wenzel).
The same behavior has been implemented for the Blue key in the main menu.
- cIoThrottle::Engaged() is now also checked in cRemoveDeletedRecordingsThread::Action(),
to suspend removing deleted recordings in case this is necessary to make room for
new, ongoing recordings (suggested by Udo Richter).