aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-31 17:04:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-31 17:04:22 -0400
commitbb5386bb3a8b71406728f8bd2249cf6e02a34ed2 (patch)
tree7fddf86baf42e93c7544053b30e215aaec8ac1c2 /MediaBrowser.WebDashboard
parentc0801e4f6de87f6a14409b7f399cfd52b3ce88e8 (diff)
added more remote control commands
Diffstat (limited to 'MediaBrowser.WebDashboard')
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index 7313c089f..1b83fb2e9 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -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