mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-24 17:46:51 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -219,7 +219,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
var contentType = MimeTypes.GetMimeType(path);
|
||||
|
||||
var isHtml = IsHtml(path);
|
||||
var localizationCulture = isHtml ? GetLocalizationCulture() : null;
|
||||
var localizationCulture = GetLocalizationCulture();
|
||||
|
||||
// Don't cache if not configured to do so
|
||||
// But always cache images to simulate production
|
||||
|
||||
Reference in New Issue
Block a user