diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-13 18:03:26 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-15 21:50:20 +0100 |
commit | 9420066895a50f2354323e9746838037eac94e40 (patch) | |
tree | 6a6f50dd3c7d55837c8c274ace5bb11d3bdf7568 /src/ls.cxx | |
parent | 74eac1d449ac2ac25b88e307c0a513e44cc29d96 (diff) |
input/qobuz: new input plugin to receive Qobuz streams
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 |