Skip to content

Commit 35411c5

Browse files
committed
fix names of jellyfin page up/down default keys
1 parent 7a6dfe3 commit 35411c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/universal-remote-card.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/maps/jellyfin/defaultKeys.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ export const jellyfinTVDefaultKeys: IElementConfig[] = [
170170
},
171171
{
172172
type: 'button',
173-
name: 'up',
173+
name: 'page_up',
174174
tap_action: { action: 'key', key: 'PageUp' },
175175
hold_action: { action: 'repeat' },
176176
icon: 'mdi:arrow-up',
177177
},
178178
{
179179
type: 'button',
180-
name: 'down',
180+
name: 'page_down',
181181
tap_action: { action: 'key', key: 'PageDown' },
182182
hold_action: { action: 'repeat' },
183183
icon: 'mdi:arrow-down',

0 commit comments

Comments
 (0)