diff options
| author | crobibero <cody@robibe.ro> | 2020-09-05 17:11:44 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-05 17:11:44 -0600 |
| commit | b64108923aebd0f3e5a960462ad4cb2dbd74b6cc (patch) | |
| tree | 2fb9606f0593b1f6d36ed7f16f55d395a559c3c7 /Jellyfin.Api/Controllers/ImageController.cs | |
| parent | 59d47ec3f52d8592f6a2aac405ee214cfda10081 (diff) | |
Add missing references
Diffstat (limited to 'Jellyfin.Api/Controllers/ImageController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ImageController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs index 3cde4062d..e28957c9b 100644 --- a/Jellyfin.Api/Controllers/ImageController.cs +++ b/Jellyfin.Api/Controllers/ImageController.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.ComponentModel.DataAnnotations; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; |
