feat: youtube tags are not being saved
This commit is contained in:
parent
3cc2ddc47c
commit
c6fa629a97
|
|
@ -35,5 +35,7 @@ export class YoutubeSettingsDto {
|
|||
|
||||
@IsArray()
|
||||
@IsOptional()
|
||||
@ValidateNested()
|
||||
@Type(() => YoutubeTagsSettings)
|
||||
tags: YoutubeTagsSettings[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue