Skip to content

Commit

Permalink
a usable but not great max source
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed May 21, 2024
1 parent 4535dc2 commit ec163c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/android-tv-card.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-tv-card",
"version": "3.7.2",
"version": "3.7.3",
"description": "Android TV Remote Card",
"main": "./dist/android-tv-card.js",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion src/models/maps/defaultSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export const defaultSources: Record<string, IActions> = {
icon: 'mdi:hulu',
},
max: {
tap_action: { action: 'source', source: 'https://play.max.com' }, // BROKEN
tap_action: {
action: 'source',
source: 'market://launch?id=com.wbd.stream',
}, // BROKEN
icon: svg.max,
},
mlbtv: {
Expand Down

0 comments on commit ec163c6

Please sign in to comment.