diff --git a/src/pages/home/previews/video_box.tsx b/src/pages/home/previews/video_box.tsx index fd505d7d4..2aa1f58ba 100644 --- a/src/pages/home/previews/video_box.tsx +++ b/src/pages/home/previews/video_box.tsx @@ -18,7 +18,7 @@ import { SelectWrapper } from "~/components" Artplayer.PLAYBACK_RATE = [0.5, 0.75, 1, 1.25, 1.5, 2, 3, 4] export const players: { icon: string; name: string; scheme: string }[] = [ - { icon: "iina", name: "IINA", scheme: "iina://weblink?url=$durl" }, + { icon: "iina", name: "IINA", scheme: "iina://weblink?url=$edurl" }, { icon: "potplayer", name: "PotPlayer", scheme: "potplayer://$durl" }, { icon: "vlc", name: "VLC", scheme: "vlc://$durl" }, { icon: "nplayer", name: "nPlayer", scheme: "nplayer-$durl" },