diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-06-22 07:38:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 07:38:08 +0200 |
| commit | f50bdb0f328e0c853f97521b12c3618b1af55e0b (patch) | |
| tree | ec7eb27175c1a00a2f6199a012d69c152a082c3c /Jellyfin.Api/Controllers/PluginsController.cs | |
| parent | 026d8d28b7e7e0aea54426eff05419e2bfc735a0 (diff) | |
| parent | db716bde95e6c14afc48d1343fc74ddbbd2ad97e (diff) | |
Merge pull request #6204 from Bond-009/extensions
Diffstat (limited to 'Jellyfin.Api/Controllers/PluginsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/PluginsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index 7a6130719..0ae6109bc 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -8,8 +8,8 @@ using System.Threading.Tasks; using Jellyfin.Api.Attributes; using Jellyfin.Api.Constants; using Jellyfin.Api.Models.PluginDtos; +using Jellyfin.Extensions.Json; using MediaBrowser.Common.Configuration; -using MediaBrowser.Common.Json; using MediaBrowser.Common.Plugins; using MediaBrowser.Common.Updates; using MediaBrowser.Model.Net; |
