mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Sync static resource mapper with upstream
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Prowlarr.Http.Frontend
|
||||
|
||||
if (result != null)
|
||||
{
|
||||
if (result.ContentType == "text/html")
|
||||
if ((result as FileResult)?.ContentType == "text/html")
|
||||
{
|
||||
Response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user