mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
update to service stack v4
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using ServiceStack.Service;
|
||||
using ServiceStack.ServiceHost;
|
||||
using ServiceStack.Web;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
@@ -197,7 +196,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
|
||||
public string ContentType { get; set; }
|
||||
|
||||
public IRequestContext RequestContext { get; set; }
|
||||
public IRequest RequestContext { get; set; }
|
||||
|
||||
public object Response { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user