Fix history download thumbnail issue

This commit is contained in:
libretroadmin 2023-07-17 15:06:29 +02:00
parent 35936e20c7
commit d26c4e52b3

View File

@ -444,7 +444,7 @@ bool gfx_thumbnail_set_content_playlist(
content_label, sizeof(path_data->content_label));
else
fill_pathname(path_data->content_label,
path_basename_nocompression(content_path),
path_basename(content_path),
"", sizeof(path_data->content_label));
/* Determine content image name */