mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- tmdb: fix function type
This commit is contained in:
@@ -299,7 +299,7 @@ std::string cTmdb::CreateEPGText()
|
||||
return epgtext;
|
||||
}
|
||||
|
||||
int cTmdb::exec()
|
||||
void cTmdb::exec()
|
||||
{
|
||||
neutrino_msg_t msg;
|
||||
neutrino_msg_data_t data;
|
||||
|
Reference in New Issue
Block a user