update dlna music genres
This commit is contained in:
parent
61a71a50fb
commit
12548dbf3e
3 changed files with 12 additions and 5 deletions
|
@ -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",
|
||||||
|
|
|
@ -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);*/
|
||||||
|
}
|
||||||
|
|
|
@ -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"></i>';
|
html += '<div class="mediaInfoItem mediaInfoText closedCaptionMediaInfoText">CC</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.CriticRating && options.criticRating !== false) {
|
if (item.CriticRating && options.criticRating !== false) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue