aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaystateController.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-11-21 15:14:27 -0500
committerGitHub <noreply@github.com>2020-11-21 15:14:27 -0500
commiteb90b20fe3487b052933990950496e83356aacef (patch)
tree009d4c3fea6d4bf55b7838d71eb677ce90dffb71 /Jellyfin.Api/Controllers/PlaystateController.cs
parenta597673929bb88a7ecb640ec21f28e9b068549ab (diff)
parentf5973d57e8c070692450f0e04e01615c78c954d9 (diff)
Merge pull request #4534 from Bond-009/bom
Remove UTF8 bom from some files
Diffstat (limited to 'Jellyfin.Api/Controllers/PlaystateController.cs')
-rw-r--r--Jellyfin.Api/Controllers/PlaystateController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PlaystateController.cs b/Jellyfin.Api/Controllers/PlaystateController.cs
index 5c15e9a0d..7a60b0deb 100644
--- a/Jellyfin.Api/Controllers/PlaystateController.cs
+++ b/Jellyfin.Api/Controllers/PlaystateController.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;