Fix: playPause command name and json editor theme asset loading (#959)
This commit is contained in:
@@ -6,7 +6,7 @@ const mediaPlayerService = MediaPlayerService.getInstance();
|
||||
|
||||
export const mediaCommands: Command[] = [
|
||||
{
|
||||
name: 'Play/Pause active media player',
|
||||
name: 'playPause',
|
||||
aliases: ['pp'],
|
||||
description: 'Plays or Pauses the active media player.',
|
||||
category: 'Media',
|
||||
|
||||
Reference in New Issue
Block a user