diff --git a/frontend/app.js b/frontend/app.js index 188e5ca..fdd3808 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -347,6 +347,7 @@ function displayComparison(data) { // Display video specifications displayVideoSpecs('originalSpecs', { + platform: 'Unknown', resolution: `${currentVideoInfo.width}×${currentVideoInfo.height}`, codec: currentVideoInfo.codec.toUpperCase(), bitrate: `${currentVideoInfo.bitrate} kbps`,