aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaystateController.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-08-01 18:04:46 +0200
committerDavid <daullmer@gmail.com>2020-08-01 18:04:46 +0200
commit91f2a7d9a831a63d4e833272037e7f171b729c32 (patch)
treeb8f47498df0336efcc47c8175a3648b46b2c30bb /Jellyfin.Api/Controllers/PlaystateController.cs
parent3f0c0e2d0d920871e74ada6f3a1f1e17d8ce0c28 (diff)
Revert changes
Diffstat (limited to 'Jellyfin.Api/Controllers/PlaystateController.cs')
-rw-r--r--Jellyfin.Api/Controllers/PlaystateController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PlaystateController.cs b/Jellyfin.Api/Controllers/PlaystateController.cs
index e893f4f4c..3ebd003f1 100644
--- a/Jellyfin.Api/Controllers/PlaystateController.cs
+++ b/Jellyfin.Api/Controllers/PlaystateController.cs
@@ -4,7 +4,6 @@ using System.Threading.Tasks;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Helpers;
using Jellyfin.Data.Entities;
-using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Session;
@@ -56,6 +55,7 @@ namespace Jellyfin.Api.Controllers
_sessionManager = sessionManager;
_authContext = authContext;
_logger = loggerFactory.CreateLogger<PlaystateController>();
+
_transcodingJobHelper = transcodingJobHelper;
}