mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove unnecessary Trim() from GetPersonFromXmlNode
This commit is contained in:
parent
40e1c5f4c6
commit
c38fbece03
@ -147,7 +147,7 @@ public static class XmlReaderExtensions
|
|||||||
|
|
||||||
return new PersonInfo
|
return new PersonInfo
|
||||||
{
|
{
|
||||||
Name = name.Trim(),
|
Name = name,
|
||||||
Role = role,
|
Role = role,
|
||||||
Type = type,
|
Type = type,
|
||||||
SortOrder = sortOrder,
|
SortOrder = sortOrder,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user