mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Allowing chromecast to fetch position
This commit is contained in:
@@ -688,10 +688,6 @@ module.exports = function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(coll == undefined) return;
|
if(coll == undefined) return;
|
||||||
if(chromecast_object) {
|
|
||||||
console.log("chromecast object", Functions.getSession(socket));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
db.collection(coll + "_settings").find(function(err, docs) {
|
db.collection(coll + "_settings").find(function(err, docs) {
|
||||||
console.log("trying to get pos in song");
|
console.log("trying to get pos in song");
|
||||||
Functions.getSessionAdminUser(Functions.getSession(socket), coll, function(userpass, adminpass) {
|
Functions.getSessionAdminUser(Functions.getSession(socket), coll, function(userpass, adminpass) {
|
||||||
|
|||||||
Reference in New Issue
Block a user