mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Update jellyfinclientmanager.js
This commit is contained in:
parent
2f67447f08
commit
2ebccf904b
@ -6,7 +6,7 @@ const os = require("os");
|
|||||||
var jellyfinClient;
|
var jellyfinClient;
|
||||||
|
|
||||||
function init () {
|
function init () {
|
||||||
jellyfinClient = new ApiClient(CONFIG["server-adress"], CONFIG["jellyfin-app-name"], "0.0.1", os.hostname(), os.hostname());
|
jellyfinClient = new ApiClient(CONFIG["server-address"], CONFIG["jellyfin-app-name"], "0.0.1", os.hostname(), os.hostname());
|
||||||
}
|
}
|
||||||
|
|
||||||
function getJellyfinClient () {
|
function getJellyfinClient () {
|
||||||
|
Loading…
Reference in New Issue
Block a user