Added a host-mode

- Fullscreen video + playlist
- Removed fullscreenbutton in host-mode
- Removed skip-button in host-mode
- Disabled skipping in host-mode
- Removed buttons and rightclick menus in host-mode
- Host mode for easily having a computer playing at a party without being able to modifying the currently playing video/song
This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-06 15:58:28 +02:00
parent 476f44c7e2
commit 6636c8481a
7 changed files with 123 additions and 6 deletions

View File

@@ -1136,7 +1136,6 @@ router.route('/api/list/:channel_name').post(function(req, res) {
} ]
}
};
var channel_name = req.params.channel_name;
db.collection(channel_name).aggregate([
{
"$match": { }