diff --git a/src/driver/pictureviewer/pictureviewer.cpp b/src/driver/pictureviewer/pictureviewer.cpp index d3f8820a2..f82ddf841 100644 --- a/src/driver/pictureviewer/pictureviewer.cpp +++ b/src/driver/pictureviewer/pictureviewer.cpp @@ -563,8 +563,8 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C #ifdef ENABLE_LCD4LINUX if (lcd4l_mode) v_path.push_back(g_settings.lcd4l_logodir); - v_path.push_back(g_settings.logo_hdd_dir); #endif + v_path.push_back(g_settings.logo_hdd_dir); if (g_settings.logo_hdd_dir != LOGODIR_VAR) v_path.push_back(LOGODIR_VAR); if (g_settings.logo_hdd_dir != LOGODIR)