Skip to content

Commit

Permalink
Update video.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
youshandefeiyang committed Jan 23, 2023
1 parent 868225a commit 372bef9
Showing 1 changed file with 1 addition and 0 deletions.
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 372bef9

Please sign in to comment.