mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 13:45:02 +00:00
Set default value for CustomColonReplacementFormat if not provided
This commit is contained in:
parent
7b8d606a1b
commit
4b5ef4907b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue