diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-17 14:40:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-17 14:40:37 +0200 |
commit | 8de5fbcbe10d9afb19b4c1a122725ac3c2c43200 (patch) | |
tree | 43613bf6e91266cb0c04e8df60a57ea996095fe7 /recording.h | |
parent | 1a22d480a8f66282811938f05db1ec36d15d9f51 (diff) | |
download | vdr-8de5fbcbe10d9afb19b4c1a122725ac3c2c43200.tar.gz vdr-8de5fbcbe10d9afb19b4c1a122725ac3c2c43200.tar.bz2 |
Edited recordings will now never be deleted automatically if the disk runs full
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 42fc1a20..59a9dca0 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 1.27 2003/09/09 16:00:56 kls Exp $ + * $Id: recording.h 1.28 2003/10/17 14:27:36 kls Exp $ */ #ifndef __RECORDING_H @@ -58,6 +58,7 @@ public: const char *PrefixFileName(char Prefix); int HierarchyLevels(void); bool IsNew(void) { return GetResume() <= 0; } + bool IsEdited(void); bool WriteSummary(void); bool Delete(void); // Changes the file name so that it will no longer be visible in the "Recordings" menu |