diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-27 11:06:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-27 11:06:01 +0100 |
commit | ae4ffacbda85f06dd1a87b4a0300cbdbd10318fb (patch) | |
tree | 4846c7582080be1d8ceacc35178c48bc228ed43c /recording.h | |
parent | 1379b621f7246a46c4a74f7b5ddc34ceaf551efc (diff) | |
download | vdr-ae4ffacbda85f06dd1a87b4a0300cbdbd10318fb.tar.gz vdr-ae4ffacbda85f06dd1a87b4a0300cbdbd10318fb.tar.bz2 |
Avoiding double entries when externally renaming a recording (cont'd)
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 9baed31d..c7feae03 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 3.2 2013/12/24 13:32:18 kls Exp $ + * $Id: recording.h 3.3 2013/12/27 11:05:07 kls Exp $ */ #ifndef __RECORDING_H @@ -223,7 +223,7 @@ private: int state; const char *UpdateFileName(void); void Refresh(bool Foreground = false); - void ScanVideoDir(const char *DirName, bool Foreground = false, int LinkLevel = 0, int DirLevel = 0); + bool ScanVideoDir(const char *DirName, bool Foreground = false, int LinkLevel = 0, int DirLevel = 0); protected: void Action(void); public: |