mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
fix remove tmdb.jpg
This commit is contained in:
@@ -1383,6 +1383,8 @@ void CEpgData::hide()
|
||||
// imdb
|
||||
imdb_active = false;
|
||||
imdb->cleanup();
|
||||
|
||||
remove("/tmp/tmdb.jpg");
|
||||
}
|
||||
|
||||
void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* startzeit, bool clear )
|
||||
|
@@ -77,7 +77,6 @@ cTmdb::cTmdb(std::string epgtitle)
|
||||
|
||||
cTmdb::~cTmdb()
|
||||
{
|
||||
remove(TMDB_COVER);
|
||||
curl_easy_cleanup(curl_handle);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user