CTMDB: use tmdb logo in menu header

Precondition is a current logo with maatching dimensions.

see: https://www.themoviedb.org/about/logos-attribution
This commit is contained in:
2021-05-06 16:16:23 +02:00
parent 284d4acbbe
commit d1fe98e1d3

View File

@@ -258,7 +258,7 @@ void CTMDB::selectResult(Json::Value elements, int results, int &use_result)
int select = 0;
CMenuWidget *m = new CMenuWidget(LOCALE_TMDB_READ_DATA, NEUTRINO_ICON_SETTINGS);
CMenuWidget *m = new CMenuWidget(LOCALE_TMDB_READ_DATA, NEUTRINO_ICON_TMDB);
CMenuSelectorTarget *selector = new CMenuSelectorTarget(&select);
// we don't show introitems, so we add a separator for a smoother view