1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2013-12-22 16:11:39 -05:00
commit bc1996111a

View file

@ -1069,6 +1069,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 = '';