From de9cb0808c4f369de8248a408dd48c9c4725b79d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 13 May 2025 10:07:56 +0000 Subject: (김준회) Fasoo DRM 해제 서버액션 개발, 아이템 및 PQ정보 임포트에 적용 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drm/drmUtils.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'components/drm/drmUtils.ts') 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 fileName: file.name, fileSize: file.size, fileType: file.type, + remark: 'DTS 개발 서버라면 에러 발생이 정상입니다. (DRM 백엔드 없어서 CONNECTION_REJECTED 발생) 에러 발생시 원본 arrayBuffer를 그대로 리턴합니다.', error }); -- cgit v1.2.3