@@ -189,7 +189,7 @@ backend-enqueue() { # Enqueues a song
;;
mpd)
file=${1##$_mpdroot/}
if ! mpc add "$file"; then
if ! mpc add "$file" > /dev/null 2>&1; then
error "Could not add file: \"$file\" ($?)"
fi
return 0
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.