update dlna music genres
This commit is contained in:
parent
61a71a50fb
commit
12548dbf3e
3 changed files with 12 additions and 5 deletions
|
@ -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