mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
Fix websockets and RawUrl
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Emby.Server.Implementations.SocketSharp
|
||||
|
||||
public object Dto { get; set; }
|
||||
|
||||
public string RawUrl => request.Path.ToString();
|
||||
public string RawUrl => request.GetEncodedPathAndQuery();
|
||||
|
||||
public string AbsoluteUri => request.GetDisplayUrl().TrimEnd('/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user