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

added metadata editor sidebar

This commit is contained in:
Luke Pulverenti 2013-08-02 16:36:44 -04:00
parent 3945e0e9f4
commit 0dc7a2177e
34 changed files with 5572 additions and 342 deletions

View file

@ -1522,10 +1522,6 @@
miscInfo.push(item.OfficialRating);
}
if (item.MediaType && item.DisplayMediaType && item.DisplayMediaType != item.Type) {
miscInfo.push(item.DisplayMediaType);
}
if (item.Video3DFormat) {
miscInfo.push("3D");
}