- imdb/tmdb: more unifications

Origin commit data
------------------
Branch: ni/coolstream
Commit: a4c9df53a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-04-08 (Thu, 08 Apr 2021)

Origin message was:
------------------
- - imdb/tmdb: more unifications

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-04-08 17:31:07 +02:00
parent 8ee3ed9673
commit 07f77ef4c2
9 changed files with 35 additions and 31 deletions

View File

@@ -133,7 +133,7 @@ CEpgData::CEpgData()
imdb = CIMDB::getInstance();
imdb_active = false;
tmdb = cTmdb::getInstance();
tmdb = CTMDB::getInstance();
tmdb_active = false;
movie_filename.clear();
}