diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-06-22 00:39:32 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-06-22 00:39:32 +0200 |
| commit | b84eedd0b9c0df9fc3f0ca4a9a295dd42b72a25b (patch) | |
| tree | 91a143677562408184b23f1dd2314802b572b403 /Jellyfin.Api/Models/UserDtos/CreateUserByName.cs | |
| parent | d14b1a160075132ef23e9dc8d46655b51a6c01ff (diff) | |
Update stylecop.analyzers to v1.2.0-beta.507
Diffstat (limited to 'Jellyfin.Api/Models/UserDtos/CreateUserByName.cs')
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/CreateUserByName.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/CreateUserByName.cs b/Jellyfin.Api/Models/UserDtos/CreateUserByName.cs index 6b6d9682b..4f9fc4e78 100644 --- a/Jellyfin.Api/Models/UserDtos/CreateUserByName.cs +++ b/Jellyfin.Api/Models/UserDtos/CreateUserByName.cs @@ -11,7 +11,7 @@ public class CreateUserByName /// Gets or sets the username. /// </summary> [Required] - required public string Name { get; set; } + public required string Name { get; set; } /// <summary> /// Gets or sets the password. |
