#!/bin/sh -e
# Wrapper for qobuz-dl
qobuz-dl $(test "$#" -gt 0 && echo dl || echo fun) -q 6 "$@"