aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SuggestionsController.cs
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:21 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:30 +0200
commit3d0b1ccae661704371041aadafc9816a223b1ea0 (patch)
treec2fdd2a0599937b5d1d2f829541d3f4e00692f54 /Jellyfin.Api/Controllers/SuggestionsController.cs
parent59b67584fc18f73278404be33ddc8b7ea92019a0 (diff)
Remove all unused usings
Diffstat (limited to 'Jellyfin.Api/Controllers/SuggestionsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/SuggestionsController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SuggestionsController.cs b/Jellyfin.Api/Controllers/SuggestionsController.cs
index a811a29c3..97eec4bd2 100644
--- a/Jellyfin.Api/Controllers/SuggestionsController.cs
+++ b/Jellyfin.Api/Controllers/SuggestionsController.cs
@@ -1,6 +1,5 @@
using System;
using System.ComponentModel.DataAnnotations;
-using System.Linq;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Extensions;
using Jellyfin.Api.ModelBinders;