diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-11-21 14:26:03 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-11-21 14:26:03 +0100 |
| commit | f5973d57e8c070692450f0e04e01615c78c954d9 (patch) | |
| tree | e9b5bfec296696b5ee5757734e800f8197cca29b /Jellyfin.Api/Controllers/ImageController.cs | |
| parent | 937e2a84e81808bdf16e861ade27a02f1449e85b (diff) | |
Remove UTF8 bom from some files
Diffstat (limited to 'Jellyfin.Api/Controllers/ImageController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ImageController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs index 366f70163..f48c1df72 100644 --- a/Jellyfin.Api/Controllers/ImageController.cs +++ b/Jellyfin.Api/Controllers/ImageController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics.CodeAnalysis; |
