mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -90,6 +90,7 @@ namespace Jellyfin.Data.Entities
|
||||
GetId(ref value);
|
||||
return (_Id = value);
|
||||
}
|
||||
|
||||
protected set
|
||||
{
|
||||
int oldValue = _Id;
|
||||
@@ -129,6 +130,7 @@ namespace Jellyfin.Data.Entities
|
||||
GetPath(ref value);
|
||||
return (_Path = value);
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
string oldValue = _Path;
|
||||
@@ -165,6 +167,7 @@ namespace Jellyfin.Data.Entities
|
||||
GetKind(ref value);
|
||||
return (_Kind = value);
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
Enums.MediaFileKind oldValue = _Kind;
|
||||
|
||||
Reference in New Issue
Block a user