mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Replace horizontal icon using unicode and remove unnecessary statement in apphost
This commit is contained in:
parent
7a0178cae6
commit
1b0a5e2543
3 changed files with 2 additions and 3 deletions
|
@ -426,7 +426,7 @@ define(['itemHelper', 'mediaInfo', 'indicators', 'connectionManager', 'layoutMan
|
|||
|
||||
html += '<div class="' + cssClass + '">';
|
||||
|
||||
var moreIcon = '';
|
||||
var moreIcon = '';
|
||||
|
||||
html += getTextLinesHtml(textlines, isLargeStyle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue