Release v1.4.39 with Multi Debrid Downloader title format
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-03-01 02:25:17 +01:00
parent 310f4dc58a
commit 474ff8cd26
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os from "node:os";
import { AppSettings } from "../shared/types";
import packageJson from "../../package.json";
export const APP_NAME = "Debrid Download Manager";
export const APP_NAME = "Multi Debrid Downloader";
export const APP_VERSION: string = packageJson.version;
export const API_BASE_URL = "https://api.real-debrid.com/rest/1.0";