[iOS/tvOS] Disable core info caching for iOS

This commit is contained in:
Yoshi Sugawara 2021-05-23 08:33:14 -10:00
parent b48ab663b0
commit 4dcbd3e383

View File

@ -2446,8 +2446,9 @@ static int action_ok_playlist_entry_collection(const char *path,
}
else
{
#ifndef IOS
core_info = playlist_entry_get_core_info(entry);
#endif
if (core_info && !string_is_empty(core_info->path))
strlcpy(core_path, core_info->path, sizeof(core_path));
else