mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
feat: add infuse callback url support (#49)
* Add files via upload * Add files via upload * Update video.tsx
This commit is contained in:
BIN
images/infuse.png
Normal file
BIN
images/infuse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/infuse.webp
Normal file
BIN
public/images/infuse.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user