Improved the error message when closing a frontend

This commit is contained in:
Klaus Schmidinger
2024-09-09 08:53:57 +02:00
parent 5d539be071
commit 796da9e0f6
3 changed files with 5 additions and 3 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-09-01:
2024-09-09:
- Removed deprecated function cDevice::SetCurrentChannel(const cChannel *Channel).
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
@@ -9979,3 +9979,4 @@ Video Disk Recorder Revision History
- 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.
- Improved the error message when closing a frontend (thanks to Markus Ehrnsperger).