From 287c965a58a7b708a3500ebc3f4713a29b6e8fd2 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 3 May 2021 01:31:18 +0200 Subject: [PATCH] - epgview: remove obsolete imdb_rating Conflicts: src/gui/epgview.h Signed-off-by: Thilo Graf --- src/gui/epgview.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gui/epgview.h b/src/gui/epgview.h index 6fee3c2b4..374f17fc0 100644 --- a/src/gui/epgview.h +++ b/src/gui/epgview.h @@ -67,8 +67,10 @@ 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; uint64_t prev_id; @@ -101,9 +103,6 @@ class CEpgData void showProgressBar(); bool isCurrentEPG(const t_channel_id channel_id); - bool imdb_active; - int tmdb_stars, imdb_stars; - std::string imdb_rating; std::string epg_title; std::string movie_filename;