mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 16:33:42 +02:00
- epgview: allow to save imdb/tmdb poster with g_settings.mbkey_cover
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -872,7 +872,7 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
poster = m_movieSelectionHandler->file.Name.substr(0, pos);
|
||||
poster += ".jpg";
|
||||
CFileHelpers fh;
|
||||
if (fh.copyFile(imdb->posterfile.c_str(), poster.c_str(), 0644))
|
||||
if (fh.copyFile(imdb->getPoster().c_str(), poster.c_str(), 0644))
|
||||
printf("* poster: %s\n", poster.c_str());
|
||||
else
|
||||
printf("* poster: copy error\n");
|
||||
|
Reference in New Issue
Block a user