epgview: fix segfault, when imdb cover is saved in moviebrowser

Origin commit data
------------------
Branch: ni/coolstream
Commit: 979c109dbf
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-07 (Sun, 07 Aug 2016)

Origin message was:
------------------
- epgview: fix segfault, when imdb cover is saved in moviebrowser

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-07 00:33:00 +02:00
parent b679fea30f
commit f66f51f7fc
2 changed files with 19 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ class CEpgData
int imdb_stars;
std::string imdb_rating;
std::string epg_title;
std::string movie_filename;
int showIMDb(bool splash = false);
Font *fontIMDb;