mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
movieplayer: make pretty_name public
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7aba0a7445
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)
Origin message was:
------------------
- movieplayer: make pretty_name public
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -102,7 +102,7 @@ class CMoviePlayerGui : public CMenuTarget
|
|||||||
int m_LastMode;
|
int m_LastMode;
|
||||||
|
|
||||||
//NI std::string file_name;
|
//NI std::string file_name;
|
||||||
std::string pretty_name;
|
//NI std::string pretty_name;
|
||||||
std::string cookie_header;
|
std::string cookie_header;
|
||||||
std::string info_1, info_2;
|
std::string info_1, info_2;
|
||||||
std::string currentaudioname;
|
std::string currentaudioname;
|
||||||
@@ -270,6 +270,7 @@ class CMoviePlayerGui : public CMenuTarget
|
|||||||
//NI
|
//NI
|
||||||
MI_MOVIE_INFO * p_movie_info;
|
MI_MOVIE_INFO * p_movie_info;
|
||||||
std::string file_name;
|
std::string file_name;
|
||||||
|
std::string pretty_name;
|
||||||
int getState() { return playstate; };
|
int getState() { return playstate; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user