Revert "movieplayer.cpp dont use enableOsdElements from lua-plugin"

This reverts commit 68fdd2ba75dd8c088c05d53f79e6707caaab8972., is other Bug
This commit is contained in:
Jacek Jendrzej
2019-04-04 13:31:11 +02:00
parent e3e3d685b3
commit af1a8e0e44

View File

@@ -1445,8 +1445,8 @@ bool CMoviePlayerGui::PlayFileStart(void)
getCurrentAudioName(is_file_player, currentaudioname);
if (is_file_player)
selectAutoLang();
if(!isLuaPlay)
enableOsdElements(MUTE);
enableOsdElements(MUTE);
return res;
}