mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- tmdb: fix function type
This commit is contained in:
@@ -66,7 +66,7 @@ class cTmdb
|
||||
public:
|
||||
cTmdb(std::string epgtitle);
|
||||
~cTmdb();
|
||||
int exec();
|
||||
void exec();
|
||||
std::string CreateEPGText();
|
||||
|
||||
std::string getTitle() { return minfo.epgtitle;}
|
||||
|
Reference in New Issue
Block a user