mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed handling the 'new' indicator in the recordings menu for TS recordings
This commit is contained in:
parent
2bc0af882c
commit
9a7473eaf3
1
HISTORY
1
HISTORY
@ -5983,3 +5983,4 @@ Video Disk Recorder Revision History
|
|||||||
|
|
||||||
- Fixed a hangup when replaying a TS recording with subtitles activated (reported
|
- Fixed a hangup when replaying a TS recording with subtitles activated (reported
|
||||||
by Timo Helkio).
|
by Timo Helkio).
|
||||||
|
- Fixed handling the 'new' indicator in the recordings menu for TS recordings.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: recording.c 2.8 2009/01/24 13:11:04 kls Exp $
|
* $Id: recording.c 2.9 2009/01/30 16:27:19 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "recording.h"
|
#include "recording.h"
|
||||||
@ -286,6 +286,7 @@ bool cResumeFile::Save(int Index)
|
|||||||
if (f) {
|
if (f) {
|
||||||
fprintf(f, "I %d\n", Index);
|
fprintf(f, "I %d\n", Index);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
Recordings.ResetResume(fileName);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
LOG_ERROR_STR(fileName);
|
LOG_ERROR_STR(fileName);
|
||||||
|
Loading…
Reference in New Issue
Block a user