Skip to content

Commit da8f372

Browse files
committed
fix(video_box): update schemes for PotPlayer and VLC
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
1 parent 8e69db5 commit da8f372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/home/previews/video_box.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export const players: {
3535
{
3636
icon: "potplayer",
3737
name: "PotPlayer",
38-
scheme: "potplayer://$durl",
38+
scheme: "potplayer://$edurl",
3939
platforms: ["Windows"],
4040
},
4141
{
4242
icon: "vlc",
4343
name: "VLC",
44-
scheme: "vlc://$durl",
44+
scheme: "vlc://$edurl",
4545
platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"],
4646
},
4747
{

0 commit comments

Comments
 (0)