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:
parent
420760712b
commit
23ba68e65b
1 changed files with 6 additions and 1 deletions
|
@ -1070,6 +1070,11 @@
|
||||||
metadatafields.push({ name: "Studios" });
|
metadatafields.push({ name: "Studios" });
|
||||||
metadatafields.push({ name: "Tags" });
|
metadatafields.push({ name: "Tags" });
|
||||||
metadatafields.push({ name: "Images" });
|
metadatafields.push({ name: "Images" });
|
||||||
|
metadatafields.push({ name: "Backdrops" });
|
||||||
|
|
||||||
|
if (item.Type == "Game") {
|
||||||
|
metadatafields.push({ name: "Screenshots" });
|
||||||
|
}
|
||||||
|
|
||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue