movieplayer.cpp dont use enableOsdElements from lua-plugin

Origin commit data
------------------
Branch: ni/coolstream
Commit: bfb093644e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-04-02 22:10:15 +02:00
committed by vanhofen
parent 746c59e84b
commit 7b55b16c35

View File

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