aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/RequestHelpers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Api/Helpers/RequestHelpers.cs')
-rw-r--r--Jellyfin.Api/Helpers/RequestHelpers.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Jellyfin.Api/Helpers/RequestHelpers.cs b/Jellyfin.Api/Helpers/RequestHelpers.cs
index b9d11dfef..e74555f33 100644
--- a/Jellyfin.Api/Helpers/RequestHelpers.cs
+++ b/Jellyfin.Api/Helpers/RequestHelpers.cs
@@ -3,14 +3,13 @@ using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Querying;
-using Microsoft.AspNetCore.Http;
-namespace Jellyfin.Api.Extensions
+namespace Jellyfin.Api.Helpers
{
/// <summary>
/// Request Extensions.
/// </summary>
- public static class RequestExtensions
+ public static class RequestHelpers
{
/// <summary>
/// Get Order By.