diff --git a/infoupdate.html b/infoupdate.html index bcfc9a6..2bcf214 100644 --- a/infoupdate.html +++ b/infoupdate.html @@ -1,3 +1,13 @@ +

Subsonics 2.2.7

+

Sortie le : 04/05/2022

+

Ajouts & Fixes :

+ +
+

Subsonics 2.2.6

Sortie le : 04/05/2022

Ajouts & Fixes :

diff --git a/package.json b/package.json index abfc8b5..ec4a8d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subsonics-manager", - "version": "2.2.6", + "version": "2.2.7", "description": "Manager for subsonics", "main": "main.js", "scripts": { diff --git a/templates/app/app.js b/templates/app/app.js index 68f8c8a..9432e67 100644 --- a/templates/app/app.js +++ b/templates/app/app.js @@ -595,7 +595,7 @@ ipc.on("actualize", (ev, data) => { if(data.volume) { volCursor.step = 1 - volCursor.max = 100 + volCursor.max = 200 volCursor.value = Math.trunc(data.volume / 10) volPct.innerHTML = Math.trunc(data.volume / 10) + "%"