diff --git a/frontend/templates/index.html b/frontend/templates/index.html index 5669ecb..fc69292 100644 --- a/frontend/templates/index.html +++ b/frontend/templates/index.html @@ -111,9 +111,8 @@ async function loadSessions() { html += ''; if (s.resumable) { html += ''; - } else { - html += ''; } + html += ''; html += ''; } list.innerHTML = html;