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
3fac9fa99d
commit
557ac784a8
9 changed files with 33 additions and 22 deletions
|
@ -98,11 +98,11 @@ function (dialogHelper, loading, connectionManager, globalize, actionsheet) {
|
|||
html += '<i class="md-icon listItemIcon">dvr</i>';
|
||||
|
||||
html += '<div class="listItemBody two-line">';
|
||||
html += '<h3>';
|
||||
html += '<h3 class="listItemBodyText">';
|
||||
html += channel.Name;
|
||||
html += '</h3>';
|
||||
|
||||
html += '<div class="secondary">';
|
||||
html += '<div class="secondary listItemBodyText">';
|
||||
if (channel.ProviderChannelNumber || channel.ProviderChannelName) {
|
||||
html += getMappingSecondaryName(channel, providerName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue