feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 14:26:25 -05:00
parent 19b51592ea
commit 29274614c3
13 changed files with 85 additions and 94 deletions

View File

@@ -181,6 +181,7 @@ authRoutes.post('/jellyfin', async (req, res, next) => {
: body.hostname;
// First we need to attempt to log the user in to jellyfin
const jellyfinserver = new JellyfinAPI(hostname ?? '');
settings.jellyfin.name = await jellyfinserver.getServerName();
const account = await jellyfinserver.login(body.username, body.password);