Part 1 of a multi-PR change for Emby.DLNA

This commit is contained in:
BaronGreenback
2020-07-05 17:47:23 +01:00
parent 46f67c9ea4
commit ab10f21027
4 changed files with 54 additions and 3 deletions

View File

@@ -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)
{