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:
co-authored by
Claude Opus 4.6
parent
56ee681aec
commit
8f66d75eb3
@@ -291,6 +291,9 @@ function providerLabel(provider: DownloadItem["provider"]): string {
|
||||
if (provider === "alldebrid") {
|
||||
return "AllDebrid";
|
||||
}
|
||||
if (provider === "ddownload") {
|
||||
return "DDownload";
|
||||
}
|
||||
return "Debrid";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user