diff --git a/dashboard-ui/reports.html b/dashboard-ui/reports.html index fe9317b9f..0d43b1d3b 100644 --- a/dashboard-ui/reports.html +++ b/dashboard-ui/reports.html @@ -4,7 +4,7 @@
';
+ html += '
';
}
if (rRow.IsUnidentified) {
html += '
';
+ html += '
';
}
if (!rRow.HasImageTagsPrimary) {
- html += '
';
+ html += '
';
}
if (!rRow.HasImageTagsBackdrop) {
if (rRow.RowType !== "Episode" && rRow.RowType !== "Season" && rRow.MediaType !== "Audio" && rRow.RowType !== "TvChannel" && rRow.RowType !== "MusicAlbum") {
- html += '
';
+ html += '
';
}
}
if (!rRow.HasImageTagsLogo) {
if (rRow.RowType === "Movie" || rRow.RowType === "Trailer" || rRow.RowType === "Series" || rRow.RowType === "MusicArtist" || rRow.RowType === "BoxSet") {
- html += '
';
+ html += '
';
}
}
break;