Added load message in JDownloaderClient.
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user