fix dialog keys

This commit is contained in:
j 2025-01-24 17:12:03 +05:30
parent a3336d92b3
commit 277bbe45fb

View file

@ -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')
});
}