mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-24 23:02:44 +00:00
Update version header to X-Application-Version
This makes the version header consistent across Sonarr, Radarr, Prowlarr
This commit is contained in:
parent
86904ef80b
commit
976e8d24bd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace Lidarr.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;
|
||||
|
|
Loading…
Reference in a new issue