Version 1.3.0 - Ajout de Docker

This commit is contained in:
2025-10-04 17:28:50 +02:00
parent 96cd60912b
commit ca4a20a1b2
6 changed files with 2359 additions and 1392 deletions

View File

@@ -283,6 +283,7 @@ class Player {
}
async setDuration(duration) {
//FIXME: SET DURATION FONCTIONNE TRES LENTEMENT
if (this.checkConnection()) return;
if (this.queue.current == null) return;