aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/NotificationsController.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/NotificationsController.cs
parent4ec1341c8fb7f19588cbd9a56dba71808d7a4615 (diff)
remove unused directives
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/NotificationsController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs
index cf3e780b4..0ceda6815 100644
--- a/Jellyfin.Api/Controllers/NotificationsController.cs
+++ b/Jellyfin.Api/Controllers/NotificationsController.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading;
using Jellyfin.Api.Constants;