diff --git a/API/API.csproj b/API/API.csproj
index 52c390f4e..80f371b7a 100644
--- a/API/API.csproj
+++ b/API/API.csproj
@@ -115,6 +115,7 @@
+
diff --git a/API/Services/CacheService.cs b/API/Services/CacheService.cs
index d008ab5f5..a2acc538b 100644
--- a/API/Services/CacheService.cs
+++ b/API/Services/CacheService.cs
@@ -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;
}
}