diff options
| author | ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-08-16 17:21:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 17:21:08 -0500 |
| commit | eaa57115347f6f70d478f2ca39601d2e70efbdaf (patch) | |
| tree | 8fc9f58d850205d5562aef7fbdfb359fbb9e5a64 /Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs | |
| parent | 035d29fb357006c29ffb40e0a53c1e999237cdd1 (diff) | |
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs')
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs b/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs index 8f53d5f37..ac0949732 100644 --- a/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs +++ b/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs @@ -8,6 +8,7 @@ /// <summary> /// Gets or sets the quick connect token. /// </summary> + [Required] public string? Token { get; set; } } } |
