diff --git a/mythplugins/mythweather/mythweather/weatherScreen.cpp b/mythplugins/mythweather/mythweather/weatherScreen.cpp index 693cc353d26..53df1a0eea0 100644 --- a/mythplugins/mythweather/mythweather/weatherScreen.cpp +++ b/mythplugins/mythweather/mythweather/weatherScreen.cpp @@ -236,6 +236,9 @@ QString WeatherScreen::formatDataItem(const QString &key, const QString &value) } } + if (key == "copyrightlogo" && value == "none") + value = ""; + return value; }