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

Added Backdrops and Screenshots to MetadataFields

This commit is contained in:
Thomas Gillen 2013-12-15 18:33:07 +00:00
parent 420760712b
commit 23ba68e65b

View file

@ -1070,7 +1070,12 @@
metadatafields.push({ name: "Studios" });
metadatafields.push({ name: "Tags" });
metadatafields.push({ name: "Images" });
metadatafields.push({ name: "Backdrops" });
if (item.Type == "Game") {
metadatafields.push({ name: "Screenshots" });
}
var html = '';
html += "<h3>Fields</h3>";