intermediary

This commit is contained in:
Kasper Rynning-Tønnesen
2019-10-08 07:47:23 +02:00
parent ee206c8d67
commit c6382c0af1
6 changed files with 247 additions and 179 deletions

View File

@@ -15,6 +15,7 @@ var filter = new Filter({ placeHolder: "x" });
var request = require("request");
var db = require(pathThumbnails + "/handlers/db.js");
// done
function now_playing(list, fn, socket) {
if (typeof list !== "string" || typeof fn !== "function") {
socket.emit("update_required");