prettier formatting
This commit is contained in:
parent
35e8f9254b
commit
1b379c7970
@ -9,7 +9,14 @@ export async function getWVKPath() {
|
|||||||
const drmL3key = (await settings.get('l3key')) as string
|
const drmL3key = (await settings.get('l3key')) as string
|
||||||
|
|
||||||
if (!drmL3blob || !drmL3key) {
|
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({
|
server.logger.log({
|
||||||
level: 'error',
|
level: 'error',
|
||||||
message: 'No L3 Keys found',
|
message: 'No L3 Keys found',
|
||||||
|
Reference in New Issue
Block a user