diff options
| author | louis <louis.braun@gmx.de> | 2014-10-19 07:47:42 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-10-19 07:47:42 +0200 |
| commit | 4d0e2e731a7ee42a76c07af2cdb2e5b99131ac41 (patch) | |
| tree | 7c9888cc5244400c95a9979c05c2af234a24e9f1 /libcore/recfolderinfo.h | |
| parent | 3ef0db807d386553f1842ca0b8b0e931498237e1 (diff) | |
| download | vdr-plugin-skindesigner-4d0e2e731a7ee42a76c07af2cdb2e5b99131ac41.tar.gz vdr-plugin-skindesigner-4d0e2e731a7ee42a76c07af2cdb2e5b99131ac41.tar.bz2 | |
display always newest recording of folders in recordings list
Diffstat (limited to 'libcore/recfolderinfo.h')
| -rw-r--r-- | libcore/recfolderinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcore/recfolderinfo.h b/libcore/recfolderinfo.h index 65d0c70..8148ea7 100644 --- a/libcore/recfolderinfo.h +++ b/libcore/recfolderinfo.h @@ -23,8 +23,9 @@ public: cString FullName; time_t Latest; int Count; + cString LatestFileName; - cFolderInfo(const char *Name, const char *FullName, time_t Latest, int Count); + cFolderInfo(const char *Name, const char *FullName, time_t Latest, int Count, const char *LatestFileName); }; cRecordingsFolderInfo(cRecordings &Recordings); |
