Update jellyfinclientmanager.js

This commit is contained in:
Ty Chermsirivatana 2021-10-15 08:06:07 -04:00 committed by GitHub
parent 2f67447f08
commit 2ebccf904b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () {