aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Attributes
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-01-21 07:01:51 -0700
committerGitHub <noreply@github.com>2021-01-21 07:01:51 -0700
commit91a9af95c2c5b7edb897494379a55c4621e8e6f5 (patch)
treecfe8626af3ce6fa6b0432dbdeed139d745bd3734 /Jellyfin.Api/Attributes
parent59ff2c5b4b26a435751f1bbdecd8dc309f14e7da (diff)
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Api/Attributes')
-rw-r--r--Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs2
1 files changed, 1 insertions, 1 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
+}