mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge f7f2a6424c
into 7d84185d0e
This commit is contained in:
commit
c9f976af11
2 changed files with 3 additions and 2 deletions
|
@ -114,8 +114,9 @@ function fillSubtitleList(context, item) {
|
|||
itemHtml += '</a>';
|
||||
itemHtml += '</div>';
|
||||
|
||||
const buttonVisibility = item.CanDelete ? '' : 'hide';
|
||||
if (!layoutManager.tv && s.Path) {
|
||||
itemHtml += '<button is="paper-icon-button-light" data-index="' + s.Index + '" title="' + globalize.translate('Delete') + '" class="btnDelete listItemButton"><span class="material-icons delete" aria-hidden="true"></span></button>';
|
||||
itemHtml += '<button is="paper-icon-button-light" data-index="' + s.Index + '" title="' + globalize.translate('Delete') + '" class="btnDelete listItemButton ' + buttonVisibility + '"><span class="material-icons delete" aria-hidden="true"></span></button>';
|
||||
}
|
||||
|
||||
itemHtml += '</' + tagName + '>';
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
|
||||
"AllowCollectionManagement": "Allow this user to manage collections",
|
||||
"AllowContentWithTagsHelp": "Only show media with at least one of the specified tags.",
|
||||
"AllowSubtitleManagement": "Allow this user to edit subtitles",
|
||||
"AllowSubtitleManagement": "Allow this user to add subtitles",
|
||||
"AllowFfmpegThrottling": "Throttle Transcodes",
|
||||
"AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume fewer resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.",
|
||||
"AllowFmp4TranscodingContainerHelp": "Allow fMP4 transcoding container for this tuner to enable HEVC and HDR contents. Not all tuners are compatible with this container. Disable this if you experience playback issues.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue