mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix report icons
This commit is contained in:
parent
68e52931ce
commit
4c501821f0
@ -169,11 +169,11 @@
|
||||
break;
|
||||
case "StatusImage":
|
||||
if (rRow.HasLockData) {
|
||||
html += '<img src="css/images/editor/lock.png" style="width:18px"/>';
|
||||
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
}
|
||||
|
||||
if (!rRow.HasLocalTrailer && rRow.RowType === "Movie") {
|
||||
html += '<img src="css/images/editor/missingtrailer.png" title="Missing local trailer." style="width:18px"/>';
|
||||
html += '<iron-icon icon="videocam" title="Missing local trailer." style="height:18px"></iron-icon>';
|
||||
}
|
||||
|
||||
if (!rRow.HasImageTagsPrimary) {
|
||||
|
Loading…
Reference in New Issue
Block a user