Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit f72b287

Browse files
fix mpv command
1 parent f0e3f92 commit f72b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewStore(customCommands []Command, multiCommands []MultiCommand, lang strin
7373
commands := []Command{
7474
{
7575
Title: "Play with MPV",
76-
Command: []string{"mpv", "$url", "--alang=" + lang, "--start=0", "--quiet", "--title=$title"},
76+
Command: []string{"mpv", "$url", "--alang=" + lang, "--quiet", "--title=$title"},
7777
},
7878
{
7979
Title: "Play with VLC",

0 commit comments

Comments
 (0)