mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add remuxing permission
This commit is contained in:
parent
eb9240a835
commit
411561daeb
5 changed files with 14 additions and 18 deletions
|
@ -128,7 +128,7 @@
|
|||
html += '<div class="listItemBodyText">' + path + '</div>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<button is="paper-icon-button-light"" class="btnRemovePath" data-index="' + index + '"><i class="md-icon">remove_circle</i></button>';
|
||||
html += '<button is="paper-icon-button-light"" class="listItemButton btnRemovePath" data-index="' + index + '"><i class="md-icon">remove_circle</i></button>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
html += '</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<button is="paper-icon-button-light" class="btnRemovePath" data-index="' + index + '"><i class="md-icon">remove_circle</i></button>';
|
||||
html += '<button is="paper-icon-button-light" class="listItemButton btnRemovePath" data-index="' + index + '"><i class="md-icon">remove_circle</i></button>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue