mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update reports
This commit is contained in:
parent
8725cad45e
commit
9254ff721d
3 changed files with 22 additions and 14 deletions
|
@ -131,7 +131,7 @@
|
|||
break;
|
||||
case "LockDataImage":
|
||||
if (rRow.HasLockData) {
|
||||
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
html += '<i class="md-icon">lock</i>';
|
||||
}
|
||||
break;
|
||||
case "TagsPrimaryImage":
|
||||
|
@ -169,11 +169,11 @@
|
|||
break;
|
||||
case "StatusImage":
|
||||
if (rRow.HasLockData) {
|
||||
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
html += '<i class="md-icon">lock</i>';
|
||||
}
|
||||
|
||||
if (!rRow.HasLocalTrailer && rRow.RowType === "Movie") {
|
||||
html += '<iron-icon icon="videocam" title="Missing local trailer." style="height:18px"></iron-icon>';
|
||||
html += '<i title="Missing local trailer." class="md-icon">videocam</i>';
|
||||
}
|
||||
|
||||
if (!rRow.HasImageTagsPrimary) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue