Skip to content

Commit

Permalink
fix names of jellyfin page up/down default keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Dec 6, 2024
1 parent 7a6dfe3 commit 35411c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/universal-remote-card.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/models/maps/jellyfin/defaultKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ export const jellyfinTVDefaultKeys: IElementConfig[] = [
},
{
type: 'button',
name: 'up',
name: 'page_up',
tap_action: { action: 'key', key: 'PageUp' },
hold_action: { action: 'repeat' },
icon: 'mdi:arrow-up',
},
{
type: 'button',
name: 'down',
name: 'page_down',
tap_action: { action: 'key', key: 'PageDown' },
hold_action: { action: 'repeat' },
icon: 'mdi:arrow-down',
Expand Down

0 comments on commit 35411c5

Please sign in to comment.