Bug #1453
dvr db / autorec linking issue
Start date:
2012-12-12
Due date:
% Done:
100%
Estimated time:
Description
Fix the autorec init issue (duplicate entries)
With the last change, the scheduled events may be duplicated. Split
the dvr_autorec_init() to two phases:
1) load the autorec list
2) update the scheduled events after dvr db is initialized
See attached patch for details.
Files
Associated revisions
Fix #1453 - Fix autorec init issue (duplicate entries)
With previous init change, the scheduled events may be duplicated. Split
the dvr_autorec_init() to two phases:
1) load the autorec list
2) update the scheduled events after dvr db is initialized
(cherry picked from commit 4419dde14b4b98a9ee39d5b47b7fc9ca2f6a79d7)
History
Updated by Adam Sutton over 9 years ago
- Status changed from New to Resolved
- Affected Versions 3.2, 3.3 added
Need to decide whether to backport to 3.2.
Adam
Updated by Jaroslav Kysela over 9 years ago
- Status changed from Resolved to Fixed
- % Done changed from 0 to 100
Applied in changeset 98f5e898fd4d27c11a7947092d3b570faf0e862f.
Issue #1453 - Fix autorec init issue (duplicate entries)
With previous init change, the scheduled events may be duplicated. Split
the dvr_autorec_init() to two phases:
1) load the autorec list
2) update the scheduled events after dvr db is initialized