diff --git a/src/gui/epgview.h b/src/gui/epgview.h index fc64cdcb8..d2dfe1f9b 100644 --- a/src/gui/epgview.h +++ b/src/gui/epgview.h @@ -67,6 +67,8 @@ class CEpgData bool bigFonts; bool has_follow_screenings; bool call_fromfollowlist; + bool imdb_active; + int imdb_stars; bool tmdb_active; int tmdb_stars; time_t tmp_curent_zeit; @@ -101,9 +103,6 @@ class CEpgData void showProgressBar(); bool isCurrentEPG(const t_channel_id channel_id); - bool imdb_active; - int imdb_stars; - std::string imdb_rating; std::string epg_title; std::string movie_filename;