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,7 +1069,13 @@
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>";