Show DDownload provider label instead of generic Debrid in status
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
56ee681aec
commit
8f66d75eb3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "real-debrid-downloader",
|
||||
"version": "1.6.39",
|
||||
"version": "1.6.40",
|
||||
"description": "Desktop downloader",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
@ -291,6 +291,9 @@ function providerLabel(provider: DownloadItem["provider"]): string {
|
||||
if (provider === "alldebrid") {
|
||||
return "AllDebrid";
|
||||
}
|
||||
if (provider === "ddownload") {
|
||||
return "DDownload";
|
||||
}
|
||||
return "Debrid";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user