- tmdb: fix return value

This commit is contained in:
vanhofen
2016-03-04 13:57:20 +01:00
committed by M. Liebmann
parent 8ba37ed0c9
commit b657748f95

View File

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