Align version header with others

Fixes #865
Fixes #866
This commit is contained in:
Qstick 2021-07-03 14:36:51 -04:00
parent 966e9f43f1
commit 68dd6bc98e

View file

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