1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #412 from dkanada/misc

Move transcoding page to playback settings and improve strings
This commit is contained in:
dkanada 2019-08-19 01:56:59 -07:00 committed by GitHub
commit c46f577f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 100 additions and 162 deletions

View file

@ -179,11 +179,6 @@ define(["globalize", "dom", "emby-checkbox", "emby-select", "emby-input"], funct
html += '<h3 class="listItemBodyText">';
html += plugin.Name;
html += "</h3>";
if (plugin.Name === "Open Subtitles") {
html += '<div class="listItemBodyText secondary">';
html += globalize.translate("OpenSubtitleInstructions");
html += "</div>";
}
html += "</div>";
if (i > 0) {
html += '<button type="button" is="paper-icon-button-light" title="' + globalize.translate("ButtonUp") + '" class="btnSortableMoveUp btnSortable" data-pluginindex="' + i + '"><i class="md-icon">keyboard_arrow_up</i></button>';