tmdb: fix return value

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

Origin message was:
------------------
- tmdb: fix return value
This commit is contained in:
vanhofen
2016-03-04 13:57:20 +01:00
committed by Michael Liebmann
parent 6164c66679
commit 44e0253995

View File

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