mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
epgview: use define tmdb_cover
This commit is contained in:
@@ -59,6 +59,8 @@
|
|||||||
#include <eitd/sectionsd.h>
|
#include <eitd/sectionsd.h>
|
||||||
#include <timerdclient/timerdclient.h>
|
#include <timerdclient/timerdclient.h>
|
||||||
|
|
||||||
|
#define TMDB_COVER "/tmp/tmdb.jpg"
|
||||||
|
|
||||||
extern CPictureViewer * g_PicViewer;
|
extern CPictureViewer * g_PicViewer;
|
||||||
|
|
||||||
#define ICON_LARGE_WIDTH 26
|
#define ICON_LARGE_WIDTH 26
|
||||||
@@ -1384,7 +1386,7 @@ void CEpgData::hide()
|
|||||||
imdb_active = false;
|
imdb_active = false;
|
||||||
imdb->cleanup();
|
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 )
|
void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* startzeit, bool clear )
|
||||||
|
Reference in New Issue
Block a user