Skip to content

Commit

Permalink
feat: add infuse callback url support (#49)
Browse files Browse the repository at this point in the history
* Add files via upload

* Add files via upload

* Update video.tsx
  • Loading branch information
youshandefeiyang committed Jan 25, 2023
1 parent 0bada10 commit fc319de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added images/infuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/infuse.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/pages/home/previews/video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const players: { icon: string; name: string; scheme: string }[] = [
{ icon: "potplayer", name: "PotPlayer", scheme: "potplayer://$durl" },
{ icon: "vlc", name: "VLC", scheme: "vlc://$durl" },
{ icon: "nplayer", name: "nPlayer", scheme: "nplayer-$durl" },
{ icon: "infuse", name: "Infuse", scheme: "infuse://x-callback-url/play?url=$durl" },
{
icon: "mxplayer",
name: "MX Player",
Expand Down

0 comments on commit fc319de

Please sign in to comment.