From 4de953fcaaf7f90e2ef7a7992acb901e1e724052 Mon Sep 17 00:00:00 2001 From: DJP Date: Thu, 16 Oct 2025 17:00:23 -0400 Subject: [PATCH] Add Platform field to original video specs for alignment --- frontend/app.js | 1 + 1 file changed, 1 insertion(+) 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`,