aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaystateController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-18 07:29:12 -0600
committercrobibero <cody@robibe.ro>2020-08-18 07:29:12 -0600
commit287baa49654e618345dc6f5f8bf00d5e80146530 (patch)
treed870feac08b5aa906b714b569fe143733543604f /Jellyfin.Api/Controllers/PlaystateController.cs
parent4ec1341c8fb7f19588cbd9a56dba71808d7a4615 (diff)
remove unused directives
Diffstat (limited to 'Jellyfin.Api/Controllers/PlaystateController.cs')
-rw-r--r--Jellyfin.Api/Controllers/PlaystateController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PlaystateController.cs b/Jellyfin.Api/Controllers/PlaystateController.cs
index 351e817039..22f2ca5c32 100644
--- a/Jellyfin.Api/Controllers/PlaystateController.cs
+++ b/Jellyfin.Api/Controllers/PlaystateController.cs
@@ -1,5 +1,4 @@
using System;
-using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Jellyfin.Api.Constants;