mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Created a forever loop
This commit is contained in:
@@ -261,7 +261,7 @@ function setChromecastHost(id, other_id, list, callback) {
|
|||||||
callback();
|
callback();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
connected_db.collection(id).update({_id: list}, {"chromecast": true, id: id}, {upsert: true}, function(e, docs) {
|
connected_db.collection(id).update({_id: list}, {"chromecast": true, id: other_id}, {upsert: true}, function(e, docs) {
|
||||||
callback(true);
|
callback(true);
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user