mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
infoviewer: fix c/p error
Origin commit data
------------------
Branch: ni/coolstream
Commit: b6b38bd7c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Origin message was:
------------------
- infoviewer: fix c/p error
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -980,7 +980,7 @@ void CInfoViewer::setInfobarTimeout(int timeout_ext)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
timeout = g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR_MEDIA_AUDIO];
|
timeout = g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR_MEDIA_VIDEO];
|
||||||
if (timeout < 0)
|
if (timeout < 0)
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout + timeout_ext);
|
timeoutEnd = CRCInput::calcTimeoutEnd(timeout + timeout_ext);
|
||||||
|
Reference in New Issue
Block a user