mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
remove console log
This commit is contained in:
parent
5a8ab5dc26
commit
0dc2230259
@ -15,7 +15,6 @@ jellyfinClientManager.init();
|
|||||||
jellyfinClientManager.getJellyfinClient().getPublicSystemInfo().then((response) => {
|
jellyfinClientManager.getJellyfinClient().getPublicSystemInfo().then((response) => {
|
||||||
|
|
||||||
jellyfinClientManager.getJellyfinClient().authenticateUserByName(CONFIG["jellyfin-username"],CONFIG["jellyfin-password"]).then((response)=>{
|
jellyfinClientManager.getJellyfinClient().authenticateUserByName(CONFIG["jellyfin-username"],CONFIG["jellyfin-password"]).then((response)=>{
|
||||||
console.log(response)
|
|
||||||
jellyfinClientManager.getJellyfinClient().setAuthenticationInfo(response.AccessToken, response.SessionInfo.UserId);
|
jellyfinClientManager.getJellyfinClient().setAuthenticationInfo(response.AccessToken, response.SessionInfo.UserId);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user