UI maintaining playlist preset selected.

This commit is contained in:
Blaz Kristan 2021-07-23 18:39:00 +02:00
parent 251d5f4135
commit 067a88b3e7
2 changed files with 2899 additions and 2897 deletions

View File

@ -1116,7 +1116,8 @@ function readState(s,command=false)
nlTar = s.nl.tbri;
nlFade = s.nl.fade;
syncSend = s.udpn.send;
currentPreset = s.ps;
if (s.pl<0) currentPreset = s.ps;
else currentPreset = s.pl;
gId('tt').value = s.transition/10;
var selc=0; var ind=0;

File diff suppressed because it is too large Load Diff