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

Merge pull request #648 from thogil/lock_images

Added Images to MetadataFields
This commit is contained in:
Luke 2013-12-22 12:53:25 -08:00
commit c4f444a2f7

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 = '';