mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Multiple Recipients on Email Notifications (Also CC, BCC)
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Radarr.Http.ClientSchema
|
||||
}
|
||||
else
|
||||
{
|
||||
return fieldValue.ToString().Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries);
|
||||
return fieldValue.ToString().Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(p => p.Trim());
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user