mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
Part 1 of a multi-PR change for Emby.DLNA
This commit is contained in:
@@ -177,8 +177,8 @@ namespace Emby.Server.Implementations.Services
|
||||
|
||||
var serviceType = httpHost.GetServiceTypeByRequest(requestType);
|
||||
|
||||
var service = httpHost.CreateInstance(serviceType);
|
||||
|
||||
var service = httpHost.CreateInstance(serviceType, req);
|
||||
|
||||
var serviceRequiresContext = service as IRequiresRequest;
|
||||
if (serviceRequiresContext != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user