From 36618e34d492942c33b1fa98ee1fe4ef77e6386b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 4 Jun 2018 23:46:42 +0200 Subject: [PATCH] Forgot to export function --- server/handlers/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/handlers/functions.js b/server/handlers/functions.js index 8e26009d..c72f8477 100644 --- a/server/handlers/functions.js +++ b/server/handlers/functions.js @@ -332,6 +332,7 @@ function removeSessionAdminPass(id, channel, callback) { }); } +module.exports.setChromecastHost = setChromecastHost; module.exports.decodeChannelName = decodeChannelName; module.exports.encodeChannelName = encodeChannelName; module.exports.isUrl = isUrl;