diff options
Diffstat (limited to 'menuundelete.c')
-rw-r--r-- | menuundelete.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menuundelete.c b/menuundelete.c index ccae6c7..404a2a8 100644 --- a/menuundelete.c +++ b/menuundelete.c @@ -30,7 +30,11 @@ cMenuRecordingSelectItem::cMenuRecordingSelectItem(cRecording *Recording, int Le #endif filename = strdup(Recording->FileName()); totalEntries = newEntries = 0; +#if VDRVERSNUM >= 10728 + start = Recording->Start(); +#else start = Recording->start; +#endif SetText(Recording->Title('\t', true, Level)); if ((isdir = (*Text() == '\t'))) name = strdup(Text() + 2); |