예약 업로드 #113
|
@ -448,7 +448,12 @@ class AudioContentService(
|
||||||
contentId = audioContent.id!!
|
contentId = audioContent.id!!
|
||||||
)
|
)
|
||||||
|
|
||||||
if (!isExistsAudioContent && !isExistsBundleAudioContent && !audioContent.isActive) {
|
if (
|
||||||
|
!isExistsAudioContent &&
|
||||||
|
!isExistsBundleAudioContent &&
|
||||||
|
!audioContent.isActive &&
|
||||||
|
audioContent.releaseDate == null
|
||||||
|
) {
|
||||||
throw SodaException("잘못된 콘텐츠 입니다.\n다시 시도해 주세요.")
|
throw SodaException("잘못된 콘텐츠 입니다.\n다시 시도해 주세요.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue