mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
Visual Studio Reformat: Jellyfin.Server
This commit is contained in:
@@ -425,7 +425,7 @@ namespace Jellyfin.SocketSharp
|
||||
cookies = new Dictionary<string, System.Net.Cookie>();
|
||||
foreach (var cookie in this.request.Cookies)
|
||||
{
|
||||
var httpCookie = (System.Net.Cookie) cookie;
|
||||
var httpCookie = (System.Net.Cookie)cookie;
|
||||
cookies[httpCookie.Name] = new System.Net.Cookie(httpCookie.Name, httpCookie.Value, httpCookie.Path, httpCookie.Domain);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user