src/gui/epgview.cpp: optimize text arrangement for tmdb/imdb

This commit is contained in:
2018-04-27 15:57:27 +02:00
parent af49d0ef30
commit 3bc7d7e61f
2 changed files with 14 additions and 12 deletions

View File

@@ -275,7 +275,6 @@ bool cTmdb::GetMovieDetails(std::string lang)
std::string cTmdb::CreateEPGText()
{
std::string epgtext;
epgtext += "\n";
epgtext += "Vote: "+minfo.vote_average.substr(0,3)+"/10 Votecount: "+to_string(minfo.vote_count)+"\n";
epgtext += "\n";
epgtext += minfo.overview+"\n";