1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

restrict person updates to 14 days

This commit is contained in:
Luke Pulverenti 2013-10-13 14:35:28 -04:00
parent 7d4819a582
commit 49c02fad69

View file

@ -33,7 +33,7 @@
}
if (!item.BackdropImageTags || !item.BackdropImageTags.length) {
if (item.Type !== "Episode") {
if (item.Type !== "Episode" && item.Type !== "Season" && item.MediaType !== "Audio") {
htmlName += '<img src="css/images/editor/missingbackdrop.png" title="Missing backdrop image." />';
}
}