v0.8.6.2 - General Settings Hotfix (#3756)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: Lyrq <lyrq.ku@gmail.com>
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
This commit is contained in:
Joe Milazzo 2025-04-20 10:46:33 -06:00 committed by GitHub
parent d3f8a503c2
commit 14bf4400a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 28 additions and 10 deletions

View file

@ -186,6 +186,7 @@ public class CacheService : ICacheService
}
else
{
// Potential BUG: If the folder is left here and there are no files within, this could theoretically return without proper cache
return chapter;
}
}