use yavin to get random movies

This commit is contained in:
2023-06-15 22:33:22 +02:00
parent 8caf80f54e
commit 71ffc6ba50
6 changed files with 32 additions and 26 deletions

View File

@ -33,7 +33,6 @@ export class ExtendedClient extends Client {
Promise.all(promises).then(() => {
this.login(config.bot.token)
})
logger.info(`Connected with ${await this.jellyfin.ServerName()}`)
}
private async importFile(filepath: string): Promise<any> {
logger.debug(`Importing ${filepath}`)