diff --git a/yt b/yt index 553ad20..3e91dc5 100755 --- a/yt +++ b/yt @@ -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