aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StudiosController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-11-21 14:26:03 +0100
committerBond_009 <bond.009@outlook.com>2020-11-21 14:26:03 +0100
commitf5973d57e8c070692450f0e04e01615c78c954d9 (patch)
treee9b5bfec296696b5ee5757734e800f8197cca29b /Jellyfin.Api/Controllers/StudiosController.cs
parent937e2a84e81808bdf16e861ade27a02f1449e85b (diff)
Remove UTF8 bom from some files
Diffstat (limited to 'Jellyfin.Api/Controllers/StudiosController.cs')
-rw-r--r--Jellyfin.Api/Controllers/StudiosController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/StudiosController.cs b/Jellyfin.Api/Controllers/StudiosController.cs
index af28b4f59..5090bf1de 100644
--- a/Jellyfin.Api/Controllers/StudiosController.cs
+++ b/Jellyfin.Api/Controllers/StudiosController.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.ComponentModel.DataAnnotations;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Extensions;