diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-01-21 07:01:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 07:01:51 -0700 |
| commit | 91a9af95c2c5b7edb897494379a55c4621e8e6f5 (patch) | |
| tree | cfe8626af3ce6fa6b0432dbdeed139d745bd3734 /Jellyfin.Api/Attributes | |
| parent | 59ff2c5b4b26a435751f1bbdecd8dc309f14e7da (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.cs | 2 |
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 +} |
