diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-02-11 17:12:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 17:12:35 +0100 |
| commit | a2ac4d3dd77623ada99d76a2bdccbd076246253a (patch) | |
| tree | 80bf3877e645bb9d21e8fde3aa0a3cb475b26678 /Jellyfin.Api/Controllers/DashboardController.cs | |
| parent | d490c1c2bcb2852c9159e8578bc7a60e086e4202 (diff) | |
| parent | 223b42aed3395f7d01ea513bf352cdf4fd3e7002 (diff) | |
Merge pull request #5209 from crobibero/base-item-kind
Create BaseItemKind enum
Diffstat (limited to 'Jellyfin.Api/Controllers/DashboardController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/DashboardController.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Jellyfin.Api/Controllers/DashboardController.cs b/Jellyfin.Api/Controllers/DashboardController.cs index ff7895373..b2baa9cea 100644 --- a/Jellyfin.Api/Controllers/DashboardController.cs +++ b/Jellyfin.Api/Controllers/DashboardController.cs @@ -7,17 +7,11 @@ using Jellyfin.Api.Attributes; using Jellyfin.Api.Models; using MediaBrowser.Common.Plugins; using MediaBrowser.Controller; -using MediaBrowser.Controller.Configuration; -using MediaBrowser.Controller.Extensions; -using MediaBrowser.Controller.Plugins; using MediaBrowser.Model.Net; using MediaBrowser.Model.Plugins; using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; -using Microsoft.Net.Http.Headers; namespace Jellyfin.Api.Controllers { |
