update dlna music genres

This commit is contained in:
Luke Pulverenti 2016-12-20 02:31:30 -05:00
parent 61a71a50fb
commit 12548dbf3e
3 changed files with 12 additions and 5 deletions

View file

@ -14,12 +14,12 @@
}, },
"devDependencies": {}, "devDependencies": {},
"ignore": [], "ignore": [],
"version": "1.4.394", "version": "1.4.395",
"_release": "1.4.394", "_release": "1.4.395",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "1.4.394", "tag": "1.4.395",
"commit": "a0c442434641afe149678493728f2630558f763e" "commit": "d50378cacaf7e08eea2768f7b088dd0f5c62a91d"
}, },
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1", "_target": "^1.2.1",

View file

@ -58,3 +58,10 @@
border-radius: .15em; border-radius: .15em;
font-size: 80%; font-size: 80%;
} }
.closedCaptionMediaInfoText {
/*padding: .24em .4em;*/
font-weight: 700;
/*font-size: inherit;*/
/*background: rgba(81, 81, 81, .7);*/
}

View file

@ -306,7 +306,7 @@ define(['datetime', 'globalize', 'embyRouter', 'itemHelper', 'material-icons', '
html += getStarIconsHtml(item); html += getStarIconsHtml(item);
if (item.HasSubtitles && options.subtitles !== false) { if (item.HasSubtitles && options.subtitles !== false) {
html += '<i class="md-icon mediaInfoItem closedCaptionIcon mediaInfoIconItem">&#xE01C;</i>'; html += '<div class="mediaInfoItem mediaInfoText closedCaptionMediaInfoText">CC</div>';
} }
if (item.CriticRating && options.criticRating !== false) { if (item.CriticRating && options.criticRating !== false) {