]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix #1444 - dvr: ensure that DVR entries are not removed when EPG is updated
authorAdam Sutton <dev@adamsutton.me.uk>
Fri, 8 Mar 2013 17:26:05 +0000 (17:26 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Tue, 26 Mar 2013 10:04:26 +0000 (10:04 +0000)
commit3e4389b5648e7807acad0c7597bd1e173f6e143a
tree4486968bf9ad8e5621dd0aab5bbcdfa1ff8635f6
parented6adeb464424f9c626cec6ac8398cc69da5eb12
Fix #1444 - dvr: ensure that DVR entries are not removed when EPG is updated

previously an overlapping (replacement) event could result in the DVR
entry being completely removed. This will now ensure that the original
entry is left in place (with just info and times).

It will also try and re-match with an EPG entry as and when it can.
(cherry picked from commit a0a7539a731c6e84b8e0a3a95b1c1655a12515c7)
src/dvr/dvr.h
src/dvr/dvr_db.c