diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-11 13:06:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-11 13:06:58 +0100 |
commit | a9bd3ca0dc06c9a6439f5e484e137fc6aa50b4bc (patch) | |
tree | 49cb44825827e1d45a18d18e932ce86b68f9f50d /HISTORY | |
parent | 031bbcef40cada90ff344511d4c06d67d11f0b83 (diff) | |
download | vdr-a9bd3ca0dc06c9a6439f5e484e137fc6aa50b4bc.tar.gz vdr-a9bd3ca0dc06c9a6439f5e484e137fc6aa50b4bc.tar.bz2 |
Fixed a crash when deleting a recording that is currently being replayed
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8828,7 +8828,7 @@ Video Disk Recorder Revision History - Empty adaptation field TS packets are now skipped when recording (thanks to Christopher Reimer, based on the "AFFcleaner" by Stefan Pöschel). -2016-12-09: Version 2.3.2 +2016-12-11: Version 2.3.2 - Fixed a crash when deleting a recording (reported by Oliver Endriss). - Fixed an overflow of PIDs in a receiver (thanks to Robert Hannebauer). @@ -8846,3 +8846,4 @@ Video Disk Recorder Revision History - Fixed a crash when trying to delete a channel that is being used by a timer. - Fixed setting the current item and counter values in the Recordings menu after deleting the last recording in a subfolder. +- Fixed a crash when deleting a recording that is currently being replayed. |