mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
f9240e5fb5
commit
b1feee2d1c
17 changed files with 39 additions and 54 deletions
|
@ -122,7 +122,7 @@
|
|||
html += '<div class="' + imageClass + '" style="background-image:url(\'' + imgUrl + '\');">';
|
||||
|
||||
if (user.ConnectUserId && addConnectIndicator) {
|
||||
html += '<div class="indicators">';
|
||||
html += '<div class="cardIndicators">';
|
||||
html += '<div class="playedIndicator" title="' + Globalize.translate('TooltipLinkedToEmbyConnect') + '"><i class="md-icon playedIndicatorIcon indicatorIcon">cloud</i></div>';
|
||||
html += "</div>";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue