mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
feat: add mpv player link (#270)
This commit is contained in:
BIN
images/mpv.png
Normal file
BIN
images/mpv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
BIN
public/images/mpv.webp
Normal file
BIN
public/images/mpv.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -59,6 +59,7 @@ export const players: { icon: string; name: string; scheme: string }[] = [
|
||||
name: "iPlay",
|
||||
scheme: "iplay://play/any?type=url&url=$bdurl",
|
||||
},
|
||||
{ icon: "mpv", name: "mpv", scheme: "mpv://$edurl" },
|
||||
]
|
||||
|
||||
export const AutoHeightPlugin = (player: Artplayer) => {
|
||||
|
||||
Reference in New Issue
Block a user