mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Do not declare visible instance fields
This commit is contained in:
@@ -447,7 +447,7 @@ namespace Jellyfin.Server.SocketSharp
|
||||
|
||||
public string ContentType => request.ContentType;
|
||||
|
||||
public Encoding contentEncoding;
|
||||
private Encoding contentEncoding;
|
||||
public Encoding ContentEncoding
|
||||
{
|
||||
get => contentEncoding ?? request.ContentEncoding;
|
||||
|
||||
Reference in New Issue
Block a user