- tmdb: fix function type

This commit is contained in:
vanhofen
2016-03-04 13:57:16 +01:00
committed by M. Liebmann
parent f07b01b418
commit 8ba37ed0c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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;}