diff options
| author | crobibero <cody@robibe.ro> | 2020-09-01 19:27:57 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-01 19:27:57 -0600 |
| commit | ec2a5e4fb03ace8182b80ef81151bda6021051c4 (patch) | |
| tree | 0f6029595c91bd83455f245d2d04cbab060230d8 /Jellyfin.Api/Controllers/VideoAttachmentsController.cs | |
| parent | c473645f9dc6c46f5148c7a27ec612a4c62502b8 (diff) | |
Simplify file returns
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoAttachmentsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoAttachmentsController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/VideoAttachmentsController.cs b/Jellyfin.Api/Controllers/VideoAttachmentsController.cs index 09a1c93e6..658e63955 100644 --- a/Jellyfin.Api/Controllers/VideoAttachmentsController.cs +++ b/Jellyfin.Api/Controllers/VideoAttachmentsController.cs @@ -1,5 +1,6 @@ using System; using System.ComponentModel.DataAnnotations; +using System.IO; using System.Net.Mime; using System.Threading; using System.Threading.Tasks; |
