mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
src/gui/epgview.cpp: optimize text arrangement for tmdb/imdb
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user