Added load message in JDownloaderClient.

This commit is contained in:
moonstar-x 2021-06-12 00:51:35 -05:00
parent 4178159d75
commit 48132155f8

View File

@ -15,6 +15,7 @@ class JDownloaderClient {
async load() {
await this.client.core.connect();
this.device = (await this.client.core.listDevices())[0];
Logger.info(`Connected to JDownloader ${this.device.name}`);
}
async addLinks(media) {