mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Remove unnecessary Trim() from GetPersonFromXmlNode
This commit is contained in:
@@ -147,7 +147,7 @@ public static class XmlReaderExtensions
|
||||
|
||||
return new PersonInfo
|
||||
{
|
||||
Name = name.Trim(),
|
||||
Name = name,
|
||||
Role = role,
|
||||
Type = type,
|
||||
SortOrder = sortOrder,
|
||||
|
||||
Reference in New Issue
Block a user