mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 23:33:03 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Jellyfin.Data.Entities
|
||||
GetISBN(ref value);
|
||||
return (_ISBN = value);
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
long? oldValue = _ISBN;
|
||||
|
||||
Reference in New Issue
Block a user