mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(task_pl_thumbnail_download) Some string_is__equal optimizations
This commit is contained in:
parent
5db62e73da
commit
ce95dcaf79
@ -798,9 +798,7 @@ bool task_push_pl_entry_thumbnail_download(
|
||||
goto error;
|
||||
|
||||
/* Only parse supported playlist types */
|
||||
if (string_is_equal(system, "images_history") ||
|
||||
string_is_equal(system, "music_history") ||
|
||||
string_is_equal(system, "video_history"))
|
||||
if (string_ends_with(system, "_history"))
|
||||
goto error;
|
||||
|
||||
/* Copy playlist path
|
||||
|
Loading…
Reference in New Issue
Block a user