Added delete buttons to home page

This commit is contained in:
2026-03-07 11:56:26 -07:00
parent bf40d758fc
commit fe3b7e412b
3 changed files with 44 additions and 13 deletions

View File

@@ -18,6 +18,7 @@
</thead>
<tbody></tbody>
</table>
<button id="moviesDeleteButton" class="delete-button raised button-submit emby-button" style="visibility: hidden;">Delete</button>
<br>
<h3 id="seriesTitle"></h3>
@@ -31,6 +32,7 @@
</thead>
<tbody></tbody>
</table>
<button id="seriesDeleteButton" class="delete-button raised button-submit emby-button" style="visibility: hidden;">Delete</button>
</div>
</div>
</div>