epgview: use define tmdb_cover

Origin commit data
------------------
Branch: ni/coolstream
Commit: dd39f9249e
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-03-03 (Sun, 03 Mar 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2019-03-03 22:20:23 +01:00
committed by vanhofen
parent 3c80a3bb0c
commit d541e48e94

View File

@@ -59,6 +59,8 @@
#include <eitd/sectionsd.h>
#include <timerdclient/timerdclient.h>
#define TMDB_COVER "/tmp/tmdb.jpg"
extern CPictureViewer * g_PicViewer;
#define ICON_LARGE_WIDTH 26
@@ -1412,7 +1414,7 @@ void CEpgData::hide()
imdb_active = false;
imdb->cleanup();
remove("/tmp/tmdb.jpg");
remove(TMDB_COVER);
}
void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* startzeit, bool clear )