Added load message in JDownloaderClient.
This commit is contained in:
parent
4178159d75
commit
48132155f8
@ -15,6 +15,7 @@ class JDownloaderClient {
|
|||||||
async load() {
|
async load() {
|
||||||
await this.client.core.connect();
|
await this.client.core.connect();
|
||||||
this.device = (await this.client.core.listDevices())[0];
|
this.device = (await this.client.core.listDevices())[0];
|
||||||
|
Logger.info(`Connected to JDownloader ${this.device.name}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
async addLinks(media) {
|
async addLinks(media) {
|
||||||
|
Loading…
Reference in New Issue
Block a user