Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true

This commit is contained in:
Klaus Schmidinger
2017-05-09 09:20:34 +02:00
parent b76601482f
commit dbcea07600
3 changed files with 7 additions and 2 deletions

View File

@@ -9012,3 +9012,6 @@ Video Disk Recorder Revision History
- When selecting a device/CAM combination for live viewing, CAMs that are known to decrypt
the requested channel are now given a higher priority than prefering the primary device
(reported by Christian Winkler).
- Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true, to
avoid problems with derived classes that don't implement this function (reported by
Frank Neumann).