mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated 3d filters
This commit is contained in:
parent
3ba31e9003
commit
9a6be151e3
3 changed files with 6 additions and 6 deletions
|
@ -1429,8 +1429,8 @@
|
|||
miscInfo.push(item.DisplayMediaType);
|
||||
}
|
||||
|
||||
if (item.VideoFormat && item.VideoFormat !== 'Standard') {
|
||||
miscInfo.push(item.VideoFormat);
|
||||
if (item.Video3DFormat) {
|
||||
miscInfo.push("3D");
|
||||
}
|
||||
|
||||
return miscInfo.join(' ');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue