updated 3d filters
This commit is contained in:
@@ -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(' ');
|
||||
|
||||
Reference in New Issue
Block a user