From 277bbe45fbd9241d4db28d15019c0114241ca48d Mon Sep 17 00:00:00 2001
From: j <j@mailb.org>
Date: Fri, 24 Jan 2025 17:12:03 +0530
Subject: [PATCH] fix dialog keys

---
 static/js/metadataDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/js/metadataDialog.js b/static/js/metadataDialog.js
index 3c0a718fd..015ec833c 100644
--- a/static/js/metadataDialog.js
+++ b/static/js/metadataDialog.js
@@ -67,7 +67,7 @@ pandora.ui.metadataDialog = function(data) {
                 'To update the metadata for this {0}, please enter its IMDb ID.',
                 [pandora.site.itemName.singular.toLowerCase()]
             ),
-            keyboard: {enter: 'update', escape: 'close'},
+            keys: {enter: 'update', escape: 'close'},
             title: Ox._('Update Metadata')
         });
     }