mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Timers now have unique ids
This commit is contained in:
5
HISTORY
5
HISTORY
@@ -8784,3 +8784,8 @@ Video Disk Recorder Revision History
|
||||
communication printed to the console for debugging.
|
||||
- Added a missing 'const' to cReceiver::Receive(), to protect the given Data from
|
||||
being modified.
|
||||
- The SVDRP commands that deal with timers (DELT, LSTT, MODT, NEWT, NEXT and UPDT)
|
||||
as well as any log messages that refer to timers, now use a unique id for each
|
||||
timer, which remains valid as long as this instance of VDR is running. This means
|
||||
that timers are no longer continuously numbered from 1 to N in LSTT. There may be
|
||||
gaps in the sequence, in case timers have been deleted.
|
||||
|
Reference in New Issue
Block a user