Add button to reset metadata in metadata editor

This commit is contained in:
LJQ
2024-05-25 13:45:56 +08:00
committed by Bill Thornton (Rebase PR Action)
parent 32354b3a37
commit 7ae1d560f3
2 changed files with 41 additions and 0 deletions
@@ -264,6 +264,9 @@
<button is="emby-button" type="button" class="raised button-cancel block btnCancel formDialogFooterItem">
<span>${ButtonCancel}</span>
</button>
<button is="emby-button" type="button" class="raised button-reset block btnReset formDialogFooterItem">
<span>${Reset}</span>
</button>
<button is="emby-button" type="submit" class="raised button-submit block btnSave formDialogFooterItem">
<span>${SaveChanges}</span>
</button>