mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 11:22:53 +01:00
fix SA1119
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Jellyfin.Data.Entities
|
||||
{
|
||||
long? value = _ISBN;
|
||||
GetISBN(ref value);
|
||||
return (_ISBN = value);
|
||||
return _ISBN = value;
|
||||
}
|
||||
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user