aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideosController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-07-30 06:29:06 -0600
committercrobibero <cody@robibe.ro>2020-07-30 06:29:06 -0600
commitf543a17d1b8a4e1e2f420831de586e9ecc015166 (patch)
tree710f86e21300cccb48d8bb45f60af5e12fa0d597 /Jellyfin.Api/Controllers/VideosController.cs
parentbb1fec9da1a1495eb1a259802b9fcd27f69b40fb (diff)
Apply review fixes
Diffstat (limited to 'Jellyfin.Api/Controllers/VideosController.cs')
-rw-r--r--Jellyfin.Api/Controllers/VideosController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/VideosController.cs b/Jellyfin.Api/Controllers/VideosController.cs
index 0ce62186b..fb02ec961 100644
--- a/Jellyfin.Api/Controllers/VideosController.cs
+++ b/Jellyfin.Api/Controllers/VideosController.cs
@@ -373,7 +373,7 @@ namespace Jellyfin.Api.Controllers
{
var isHeadRequest = Request.Method == System.Net.WebRequestMethods.Http.Head;
var cancellationTokenSource = new CancellationTokenSource();
- var streamingRequest = new StreamingRequestDto
+ var streamingRequest = new VideoRequestDto
{
Id = itemId,
Container = container,