- indoviewer: hide infoclock from movieplayer too

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-02-17 22:24:21 +01:00
committed by Thilo Graf
parent 54cbca936c
commit 78c256bf47

View File

@@ -550,6 +550,8 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
const int duration, const int curr_pos,
const int repeat_mode, const int _zap_mode)
{
CInfoClock::getInstance()->disableInfoClock();
if (g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_LEFT ||
g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_RIGHT ||
g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_CENTER ||