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/PluginsController.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/PluginsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/PluginsController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index b73611c97..b2e8bee91 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -1,10 +1,8 @@ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -using System.Globalization; using System.IO; using System.Linq; -using System.Net.Mime; using System.Text.Json; using System.Threading.Tasks; using Jellyfin.Api.Attributes; |
