Fix crash when DDownload settings are missing from persisted config

Guard against undefined ddownloadLogin/ddownloadPassword in renderer
when upgrading from a version without DDownload support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-05 02:17:41 +01:00
co-authored by Claude Opus 4.6
parent 284c5e7aa6
commit 4b824b2d9f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.6.35",
"version": "1.6.36",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",