diff options
| author | Matt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-08-16 17:45:53 -0500 |
|---|---|---|
| committer | Matt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-08-16 17:45:53 -0500 |
| commit | c49a357f85edbabab11b61b9d4a2938bdb8f3df9 (patch) | |
| tree | 5aec2a7a72638192c2a1e80edaf40bd4be69b5fe /Jellyfin.Api/Models | |
| parent | eaa57115347f6f70d478f2ca39601d2e70efbdaf (diff) | |
Fix compile errors
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs b/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs index ac0949732..c3a2d5cec 100644 --- a/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs +++ b/Jellyfin.Api/Models/UserDtos/QuickConnectDto.cs @@ -1,4 +1,6 @@ -namespace Jellyfin.Api.Models.UserDtos +using System.ComponentModel.DataAnnotations; + +namespace Jellyfin.Api.Models.UserDtos { /// <summary> /// The quick connect request body. |
