Update version header to X-Application-Version

This makes the version header consistent across Sonarr, Radarr, Prowlarr
pull/2644/head
James White 2 years ago committed by Robin Dadswell
parent 86904ef80b
commit 976e8d24bd

@ -6,7 +6,7 @@ namespace Lidarr.Http.Middleware
{ {
public class VersionMiddleware public class VersionMiddleware
{ {
private const string VERSIONHEADER = "X-ApplicationVersion"; private const string VERSIONHEADER = "X-Application-Version";
private readonly RequestDelegate _next; private readonly RequestDelegate _next;
private readonly string _version; private readonly string _version;

Loading…
Cancel
Save