movieplayer: align some variables names to tango's names

Origin commit data
------------------
Commit: 28fbb16cf9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-30 (Mon, 30 Oct 2017)

Origin message was:
------------------
- movieplayer: align some variables names to tango's names
This commit is contained in:
vanhofen
2017-10-30 01:44:01 +01:00
parent 435f29a53d
commit a932fa921c
5 changed files with 25 additions and 18 deletions

View File

@@ -220,7 +220,7 @@ class CFileBrowser
~CFileBrowser();
bool exec(const char * const dirname);
bool playlist_manager(CFileList &playlist, unsigned int playing, bool is_audio_player = false);
bool playlist_manager(CFileList &playlist, unsigned int playing, bool is_audio_playing = false);
CFile *getSelectedFile();
inline const CFileList & getSelectedFiles(void) const