mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(HTTP/on-demand thumbnails) Mute error output when task is set to mute
This commit is contained in:
parent
622a184fd4
commit
0264cd815a
@ -185,7 +185,7 @@ task_finished:
|
||||
|
||||
if (task_get_cancelled(task))
|
||||
task_set_error(task, strdup("Task cancelled."));
|
||||
else
|
||||
else if (!task->mute)
|
||||
task_set_error(task, strdup("Download failed."));
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user