aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 11:40:01 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 11:40:01 -0500
commitdbf6081a9b5eb80cc96e0551e5631e2b1890a14c (patch)
treedf68304f099e65d90ccf986c1572c87777001d69 /MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
parent6ff65ba2781d23fef3a4b042f3fca4ac1aeb7375 (diff)
Add PrimaryImageAspectRatio to user dto
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
index b84708437..ef9483b6e 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
@@ -53,7 +53,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{
throw new ArgumentNullException("result");
}
-
+
Response.AddHeader("Vary", "Accept-Encoding");
return RequestContext.ToOptimizedResult(result);