Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user