diff --git a/runtime_file.c b/runtime_file.c index 74d57cb43de..4ec5a3c4d14 100644 --- a/runtime_file.c +++ b/runtime_file.c @@ -1006,7 +1006,7 @@ void runtime_log_get_last_played_str(runtime_log_t *runtime_log, case PLAYLIST_LAST_PLAYED_STYLE_AGO: s[ _len] = ' '; s[++_len] = '\0'; - if ((runtime_last_played_human(runtime_log, s + _len, len - _len - 2)) > 0) + if ((runtime_last_played_human(runtime_log, s + _len, len - _len - 2)) == 0) strlcat(s + _len, msg_hash_to_str( MENU_ENUM_LABEL_VALUE_PLAYLIST_INLINE_CORE_DISPLAY_NEVER),