diff options
Diffstat (limited to 'src/ls.cxx')
-rw-r--r-- | src/ls.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ls.cxx b/src/ls.cxx index b8b9ad049..77543492a 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -61,6 +61,9 @@ static const char *const remoteUrlPrefixes[] = { #ifdef ENABLE_ALSA "alsa://", #endif +#ifdef ENABLE_QOBUZ + "qobuz://", +#endif #ifdef ENABLE_TIDAL "tidal://", #endif |