In Version 374, trying to edit existing shortcuts for the media panel fails with following error message:

AttributeError
'PySide2.QtWidgets.QLineEdit' object has no attribute 'setValue'
  File "include\ClientGUIListCtrl.py", line 349, in EventItemActivated
    self._activation_callback()
  File "include\ClientGUIScrolledPanelsManagement.py", line 4962, in EditShortcuts
    panel = self._EditPanel( dlg, shortcut, command, name )
  File "include\ClientGUIScrolledPanelsManagement.py", line 5193, in init
    self._tag_value.setValue( value )