aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DashboardController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-02-22 13:46:40 +0100
committerBond_009 <bond.009@outlook.com>2021-02-22 13:46:40 +0100
commitec3237ba55a6c0c6e7a31e2aaa5fbf77c9978ac7 (patch)
treeee4d80921b8f289a1f4dbc05310a48f5a2b7bd5f /Jellyfin.Api/Controllers/DashboardController.cs
parent57102090d307a62b3759177df3ba545cfad6c327 (diff)
Fix tests
Diffstat (limited to 'Jellyfin.Api/Controllers/DashboardController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DashboardController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DashboardController.cs b/Jellyfin.Api/Controllers/DashboardController.cs
index 0c19f2818..a2c2ecd66 100644
--- a/Jellyfin.Api/Controllers/DashboardController.cs
+++ b/Jellyfin.Api/Controllers/DashboardController.cs
@@ -6,7 +6,6 @@ using System.Net.Mime;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Models;
using MediaBrowser.Common.Plugins;
-using MediaBrowser.Controller;
using MediaBrowser.Model.Net;
using MediaBrowser.Model.Plugins;
using Microsoft.AspNetCore.Http;