Skip to content

Commit dbb5ffb

Browse files
committed
Merge branches 'master' and 'master' of github.com:MythTV/mythtv
2 parents 57687c8 + 6c3a799 commit dbb5ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythfrontend/playbackbox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4043,7 +4043,7 @@ void PlaybackBox::customEvent(QEvent *event)
40434043
}
40444044
else if (message == "AVAILABILITY" && me->ExtraDataCount() == 8)
40454045
{
4046-
const uint kMaxUIWaitTime = 100; // ms
4046+
const uint kMaxUIWaitTime = 10000; // ms
40474047
QStringList list = me->ExtraDataList();
40484048
QString key = list[0];
40494049
CheckAvailabilityType cat =

0 commit comments

Comments
 (0)