diff --git a/app.config b/app.config index 544cdd7ba..d3f05a1cf 100644 --- a/app.config +++ b/app.config @@ -7,6 +7,7 @@ + diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 3de2cb213..8f94d0a7c 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1256,6 +1256,10 @@ attributes.push(createAttribute(Globalize.translate('MediaInfoPixelFormat'), stream.PixelFormat)); } + if (stream.RefFrames) { + attributes.push(createAttribute(Globalize.translate('MediaInfoRefFrames'), stream.RefFrames)); + } + if (stream.Type != "Video") { attributes.push(createAttribute(Globalize.translate('MediaInfoDefault'), (stream.IsDefault ? 'Yes' : 'No'))); } diff --git a/packages.config b/packages.config index 1791f1c28..d83625131 100644 --- a/packages.config +++ b/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file