remove tmdb.jpg after exit

Origin commit data
------------------
Commit: 3e6251d95b
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-02-23 (Sat, 23 Feb 2019)
This commit is contained in:
BPanther
2019-02-23 22:40:56 +01:00
committed by vanhofen
parent c8aa325509
commit 2f5ceff912

View File

@@ -77,6 +77,7 @@ cTmdb::cTmdb(std::string epgtitle)
cTmdb::~cTmdb()
{
remove(TMDB_COVER);
curl_easy_cleanup(curl_handle);
}