diff options
Diffstat (limited to 'components/drm')
| -rw-r--r-- | components/drm/drmUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/drm/drmUtils.ts b/components/drm/drmUtils.ts index c7b7ae5e..df58f0bd 100644 --- a/components/drm/drmUtils.ts +++ b/components/drm/drmUtils.ts @@ -50,6 +50,7 @@ export async function decryptWithServerAction(file: File): Promise<ArrayBuffer> fileName: file.name, fileSize: file.size, fileType: file.type, + remark: 'DTS 개발 서버라면 에러 발생이 정상입니다. (DRM 백엔드 없어서 CONNECTION_REJECTED 발생) 에러 발생시 원본 arrayBuffer를 그대로 리턴합니다.', error }); |
