Skip to content

Commit 5aeccac

Browse files
committed
Fixes #12221. When setting a dvb_tuning_delay, save the value the user enters
(cherry picked from commit 267c890)
1 parent ca4a2d6 commit 5aeccac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/libs/libmythtv/videosource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,7 @@ class DVBTuningDelay : public SpinBoxSetting, public CaptureCardDBStorage
11441144
CaptureCardDBStorage(this, parent, "dvb_tuning_delay")
11451145
{
11461146
setLabel(QObject::tr("DVB tuning delay (ms)"));
1147+
setValue(true);
11471148
setHelpText(
11481149
QObject::tr("Some Linux DVB drivers, in particular for the "
11491150
"Hauppauge Nova-T, require that we slow down "

0 commit comments

Comments
 (0)