update dlna music genres
This commit is contained in:
parent
61a71a50fb
commit
12548dbf3e
3 changed files with 12 additions and 5 deletions
|
@ -58,3 +58,10 @@
|
|||
border-radius: .15em;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.closedCaptionMediaInfoText {
|
||||
/*padding: .24em .4em;*/
|
||||
font-weight: 700;
|
||||
/*font-size: inherit;*/
|
||||
/*background: rgba(81, 81, 81, .7);*/
|
||||
}
|
||||
|
|
|
@ -306,7 +306,7 @@ define(['datetime', 'globalize', 'embyRouter', 'itemHelper', 'material-icons', '
|
|||
html += getStarIconsHtml(item);
|
||||
|
||||
if (item.HasSubtitles && options.subtitles !== false) {
|
||||
html += '<i class="md-icon mediaInfoItem closedCaptionIcon mediaInfoIconItem"></i>';
|
||||
html += '<div class="mediaInfoItem mediaInfoText closedCaptionMediaInfoText">CC</div>';
|
||||
}
|
||||
|
||||
if (item.CriticRating && options.criticRating !== false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue