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

This reverts commit 7b55b16c35.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 19a411d708
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-04 (Thu, 04 Apr 2019)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-04-04 17:22:24 +02:00
parent 79e054cc47
commit f2797d33a6

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;
}