We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cee488 commit 193b9b6Copy full SHA for 193b9b6
tasks/task_pl_thumbnail_download.c
@@ -453,7 +453,7 @@ static void task_pl_thumbnail_download_handler(retro_task_t *task)
453
{
454
/* Update progress display */
455
task_free_title(task);
456
- if (pl_thumb->thumbnail_path_data->content_label)
+ if (*pl_thumb->thumbnail_path_data->content_label)
457
task_set_title(task, strdup(pl_thumb->thumbnail_path_data->content_label));
458
else
459
task_set_title(task, strdup(""));
0 commit comments