Skip to content

Commit 7a6dfe3

Browse files
committed
fix missing break on getDefaultActions Jellyfin case
1 parent 903f424 commit 7a6dfe3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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/utils/defaultActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function getDefaultActions(platform: Platform) {
3535
case 'Jellyfin':
3636
defaultKeys = jellyfinTVDefaultKeys;
3737
defaultSources = jellyfinDefaultSources;
38+
break;
3839
case 'Kodi':
3940
defaultKeys = kodiDefaultKeys;
4041
defaultSources = kodiDefaultSources;

0 commit comments

Comments
 (0)