Forgot to export function

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 23:46:42 +02:00
parent 3bc0aa885f
commit 36618e34d4

View File

@@ -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;