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/HlsSegmentController.cs | |
| parent | 59d47ec3f52d8592f6a2aac405ee214cfda10081 (diff) | |
Add missing references
Diffstat (limited to 'Jellyfin.Api/Controllers/HlsSegmentController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/HlsSegmentController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/HlsSegmentController.cs b/Jellyfin.Api/Controllers/HlsSegmentController.cs index 304b5ce82..58c583d09 100644 --- a/Jellyfin.Api/Controllers/HlsSegmentController.cs +++ b/Jellyfin.Api/Controllers/HlsSegmentController.cs @@ -1,4 +1,5 @@ using System; +using System.ComponentModel.DataAnnotations; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; |
