diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-21 15:14:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 15:14:27 -0500 |
| commit | eb90b20fe3487b052933990950496e83356aacef (patch) | |
| tree | 009d4c3fea6d4bf55b7838d71eb677ce90dffb71 /Jellyfin.Api/Controllers/ItemLookupController.cs | |
| parent | a597673929bb88a7ecb640ec21f28e9b068549ab (diff) | |
| parent | f5973d57e8c070692450f0e04e01615c78c954d9 (diff) | |
Merge pull request #4534 from Bond-009/bom
Remove UTF8 bom from some files
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemLookupController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ItemLookupController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ItemLookupController.cs b/Jellyfin.Api/Controllers/ItemLookupController.cs index a7c1a6388..6c38f77ce 100644 --- a/Jellyfin.Api/Controllers/ItemLookupController.cs +++ b/Jellyfin.Api/Controllers/ItemLookupController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.IO; |
