mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
update task buttons
This commit is contained in:
@@ -449,8 +449,7 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
// We need to parse this manually because we told service stack not to with IRequiresRequestStream
|
||||
// https://code.google.com/p/servicestack/source/browse/trunk/Common/ServiceStack.Text/ServiceStack.Text/Controller/PathInfo.cs
|
||||
var pathInfo = PathInfo.Parse(Request.PathInfo);
|
||||
var id = new Guid(pathInfo.GetArgumentValue<string>(1));
|
||||
var id = new Guid(GetPathValue(1));
|
||||
|
||||
var dtoUser = request;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user