크리에이터 관리자에서 시리즈 등록/수정시 번역데이터 생성 기능 추가

This commit is contained in:
2025-12-16 00:25:24 +09:00
parent 9b2b156d40
commit f58687ef3a
8 changed files with 235 additions and 10 deletions

View File

@@ -372,14 +372,14 @@ class AudioContentService(
query = papagoQuery
)
)
}
applicationEventPublisher.publishEvent(
LanguageTranslationEvent(
id = audioContent.id!!,
targetType = LanguageTranslationTargetType.CONTENT
} else {
applicationEventPublisher.publishEvent(
LanguageTranslationEvent(
id = audioContent.id!!,
targetType = LanguageTranslationTargetType.CONTENT
)
)
)
}
return CreateAudioContentResponse(contentId = audioContent.id!!)
}