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:
parent
017bc94506
commit
cdacc0175e
29 changed files with 0 additions and 70 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue