mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31: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;
|
||||
|
||||
//NI std::string file_name;
|
||||
std::string pretty_name;
|
||||
//NI std::string pretty_name;
|
||||
std::string cookie_header;
|
||||
std::string info_1, info_2;
|
||||
std::string currentaudioname;
|
||||
@@ -270,6 +270,7 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
//NI
|
||||
MI_MOVIE_INFO * p_movie_info;
|
||||
std::string file_name;
|
||||
std::string pretty_name;
|
||||
int getState() { return playstate; };
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user