The '.update' file in the video directory is now created if it doesn't already exist

This commit is contained in:
Klaus Schmidinger
2024-09-01 20:43:40 +02:00
parent 1df138d876
commit 5d539be071
5 changed files with 23 additions and 11 deletions

View File

@@ -9952,7 +9952,7 @@ Video Disk Recorder Revision History
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
2024-08-30:
2024-09-01:
- Removed deprecated function cDevice::SetCurrentChannel(const cChannel *Channel).
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
@@ -9978,3 +9978,4 @@ Video Disk Recorder Revision History
and select one of them.
- Fixed a crash when deleting a recording that is currently being edited, and then
immediately deleting the edited version, too (reported by Marko M<>kel<65>).
- The '.update' file in the video directory is now created if it doesn't already exist.