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:
commit
c4f444a2f7
1 changed files with 7 additions and 1 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue