summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-25 12:44:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-25 12:44:32 +0100
commit8b9e1f513fcbb216fae5f1f889dd0da6b522d62c (patch)
tree57900a8ba8af9355958869121dd8aee1e9b872fe /HISTORY
parentfdbf796b6b9dbe83c6874002c1e01dbac09f7eae (diff)
downloadvdr-8b9e1f513fcbb216fae5f1f889dd0da6b522d62c.tar.gz
vdr-8b9e1f513fcbb216fae5f1f889dd0da6b522d62c.tar.bz2
Fixed a superfluous call to the skin's SetRecording() function after renaming a recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index be5de53f..56a3ee2d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8167,3 +8167,5 @@ Video Disk Recorder Revision History
This may, for instance, be useful for plugins that implement live streaming, so that
they can react on changes to a channel's PIDs or CA descriptors (problem reported
by Mariusz Bialonczyk).
+- Fixed a superfluous call to the skin's SetRecording() function after renaming a
+ recording (reported by Christoph Haubrich).