Copy-Pasting is sometimes hard....

This commit is contained in:
Carsten Braun
2025-11-08 15:00:11 +01:00
parent 002c83e6f5
commit 90a8a26c6e

View File

@@ -520,7 +520,7 @@ namespace MediaBrowser.Providers.MediaInfo
{
Name = person.Name,
Type = person.Type,
Role = person.Role = person.Role?.Trim()
Role = person.Role?.Trim()
});
}
}