diff options
Diffstat (limited to 'bin/extra/ytplay')
| -rwxr-xr-x | bin/extra/ytplay | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/ytplay b/bin/extra/ytplay index 66204c4..5243364 100755 --- a/bin/extra/ytplay +++ b/bin/extra/ytplay @@ -1,4 +1,4 @@  #!/bin/sh  url="$(ytlink)" -notify-send "playing: $url" & +herbe "playing: $url" &  yt-dlp -o - "$url" | mpv -  | 
