From 1b379c79702d76013b3e5cd9da0e5e5f9d9eb623 Mon Sep 17 00:00:00 2001 From: stratuma Date: Sat, 22 Jun 2024 23:21:21 +0200 Subject: [PATCH] prettier formatting --- src/api/services/widevine.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/api/services/widevine.ts b/src/api/services/widevine.ts index 11c6419..d7a02ec 100644 --- a/src/api/services/widevine.ts +++ b/src/api/services/widevine.ts @@ -9,7 +9,14 @@ export async function getWVKPath() { const drmL3key = (await settings.get('l3key')) as string if (!drmL3blob || !drmL3key) { - messageBox('error', ['Cancel'], 2, 'No decryption keys found', 'No decryption keys found', "Video/Audio with DRM detected, tried to decrypt but didn't found any decryption keys. Please add them in settings -> widevine. Aborting Download") + messageBox( + 'error', + ['Cancel'], + 2, + 'No decryption keys found', + 'No decryption keys found', + "Video/Audio with DRM detected, tried to decrypt but didn't found any decryption keys. Please add them in settings -> widevine. Aborting Download" + ) server.logger.log({ level: 'error', message: 'No L3 Keys found',