aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs2
-rw-r--r--Jellyfin.Server/Filters/ParameterObsoleteFilter.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs b/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs
index 260e29d60..56c9772b6 100644
--- a/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs
+++ b/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs
@@ -9,4 +9,4 @@ namespace Jellyfin.Api.Attributes
public class ParameterObsoleteAttribute : Attribute
{
}
-} \ No newline at end of file
+}
diff --git a/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs b/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs
index 7e81070c5..e54044d0e 100644
--- a/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs
+++ b/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs
@@ -34,4 +34,4 @@ namespace Jellyfin.Server.Filters
}
}
}
-} \ No newline at end of file
+}