summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.c b/recording.c
index 30cf0387..e41a89ea 100644
--- a/recording.c
+++ b/recording.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 3.6 2013/10/14 09:40:00 kls Exp $
+ * $Id: recording.c 3.7 2013/10/16 10:24:28 kls Exp $
*/
#include "recording.h"
@@ -1754,6 +1754,7 @@ void cDirCopier::Stop(void)
Cancel(3);
if (error) {
cVideoDirectory::RemoveVideoFile(dirNameDst);
+ Recordings.AddByName(dirNameSrc);
Recordings.DelByName(dirNameDst);
}
}