Tell them to delete slide reel cache if image missing

This commit is contained in:
xen-42 2024-07-11 19:18:34 -04:00
parent ba5f5ee7b8
commit 05126b3539

View File

@ -79,6 +79,10 @@ public class SlideReelAsyncImageLoader
if (hasError) if (hasError)
{ {
NHLogger.LogError($"Failed to load {index}:{url} - {uwr.error}"); NHLogger.LogError($"Failed to load {index}:{url} - {uwr.error}");
if (url.Contains("SlideReelCache"))
{
NHLogger.LogError("Missing image in SlideReelCache: Try deleting the folder so that New Horizons can regenerate the cache.");
}
} }
else else
{ {