diff options
| author | Anthony Lavado <anthonylavado@me.com> | 2020-08-19 08:17:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 08:17:03 -0400 |
| commit | 634ee2d1e913277ea8f419aca9d91a8e58426642 (patch) | |
| tree | d521b315893a1daf09da62c55292b3eab00e270e /Jellyfin.Api/Controllers/NotificationsController.cs | |
| parent | 93fe595e5e9863874c1973e4f2d7f3c85549d3f9 (diff) | |
| parent | 3a722740ceb83d796a7111ae40b2b67d6a313465 (diff) | |
Merge pull request #3861 from crobibero/fixes
API Fixes
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/NotificationsController.cs | 1 |
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; |
