Set default value for CustomColonReplacementFormat if not provided

This commit is contained in:
Mark McDowall 2024-07-16 17:28:47 -07:00 committed by Mark McDowall
parent 7b8d606a1b
commit 4b5ef4907b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace Sonarr.Api.V3.Config
ReplaceIllegalCharacters = resource.ReplaceIllegalCharacters,
MultiEpisodeStyle = (MultiEpisodeStyle)resource.MultiEpisodeStyle,
ColonReplacementFormat = (ColonReplacementFormat)resource.ColonReplacementFormat,
CustomColonReplacementFormat = resource.CustomColonReplacementFormat,
CustomColonReplacementFormat = resource.CustomColonReplacementFormat ?? "",
StandardEpisodeFormat = resource.StandardEpisodeFormat,
DailyEpisodeFormat = resource.DailyEpisodeFormat,
AnimeEpisodeFormat = resource.AnimeEpisodeFormat,