diff --git a/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs b/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs index 260e29d60f..56c9772b6d 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 7e81070c50..e54044d0e9 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 +}