fixed queue loop

This commit is contained in:
Emma Tebibyte 2023-11-20 19:52:44 -07:00
parent f4b32f84a6
commit 34052d12e8
Signed by: emma
GPG Key ID: 6D661C738815E7DD

4
yt
View File

@ -169,10 +169,6 @@ play() { # play a video after caching its title
}
queue() {
if test -z "$1"; then
queue "$(menu)"
fi
while test -f "$YT_PL_DIR/$1.m3u"; do
mpv "$YT_PL_DIR/$1.m3u"
shift