File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -819,15 +819,10 @@ function loadLibrary(){
819819 <audio controls src="${url}"></audio>
820820 <div style="margin-top:6px;display:flex;gap:6px;">
821821 <a href="${url}" download="${item.title}${savfmt}">
822- <button class="secondary">Download Track </button>
822+ <button class="secondary">Download</button>
823823 </a>
824- <button class="secondary" onclick="loadTrackJSON(${item.id})">
825- Load Params
826- </button>
827- <button class="secondary" onclick="exportTrackJSON(${item.id}, '${item.title}')">
828- Download Params
829- </button>
830-
824+ <button class="secondary" onclick="exportTrackJSON(${item.id}, '${item.title}')">JSON</button>
825+ <button class="secondary" onclick="loadTrackJSON(${item.id})">Edit</button>
831826 <button class="danger" onclick="deleteTrack(${item.id})">Delete</button>
832827 </div>
833828 `;
You can’t perform that action at this time.
0 commit comments