mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Copy-Pasting is sometimes hard....
This commit is contained in:
@@ -520,7 +520,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
{
|
||||
Name = person.Name,
|
||||
Type = person.Type,
|
||||
Role = person.Role = person.Role?.Trim()
|
||||
Role = person.Role?.Trim()
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user