tmdb: fix return value

Origin commit data
------------------
Branch: ni/coolstream
Commit: b657748f95
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)

Origin message was:
------------------
- tmdb: fix return value

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-03-04 13:57:20 +01:00
committed by Michael Liebmann
parent 07e63f42d1
commit 0a72491d0b

View File

@@ -275,6 +275,8 @@ bool cTmdb::GetMovieDetails()
} }
} else } else
return false; return false;
return false;
} }
std::string cTmdb::CreateEPGText() std::string cTmdb::CreateEPGText()