diff --git a/infoupdate.html b/infoupdate.html index a54bb5b..0b29e14 100644 --- a/infoupdate.html +++ b/infoupdate.html @@ -1,3 +1,15 @@ +

Subsonics 2.3.0

+

Sortie le : 05/05/2022

+

Ajouts & Fixes :

+ +
+ + +

Subsonics 2.2.9

Sortie le : 05/05/2022

Ajouts & Fixes :

diff --git a/package.json b/package.json index e909424..f3e68dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subsonics-manager", - "version": "2.2.9", + "version": "2.3.0", "description": "Manager for subsonics", "main": "main.js", "scripts": { diff --git a/templates/app/app.js b/templates/app/app.js index 8ebfac5..7ac904c 100644 --- a/templates/app/app.js +++ b/templates/app/app.js @@ -694,7 +694,7 @@ ipc.on("actualize", (ev, data) => { if(data.current == null) { musicURL.innerHTML = '' - musicTitle.innerHTML = "Aucun titre joué" + musicTitle.innerHTML = "

Aucun titre joué

" } else { setTime() musicURL.innerHTML = ''