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

remove special case for open subtitles

This commit is contained in:
dkanada 2019-08-16 00:57:51 -07:00
parent 017bc94506
commit cdacc0175e
29 changed files with 0 additions and 70 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>';