mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The preferred audio language is now automatically selected when starting replay
This commit is contained in:
3
menu.c
3
menu.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.c 1.428 2006/04/09 14:29:24 kls Exp $
|
||||
* $Id: menu.c 1.429 2006/04/14 14:28:34 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@@ -3788,6 +3788,7 @@ cReplayControl::cReplayControl(void)
|
||||
marks.Load(fileName);
|
||||
cRecording Recording(fileName);
|
||||
cStatus::MsgReplaying(this, Recording.Name(), Recording.FileName(), true);
|
||||
SetTrackDescriptions(false);
|
||||
}
|
||||
|
||||
cReplayControl::~cReplayControl()
|
||||
|
Reference in New Issue
Block a user