diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-26 23:09:12 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-26 23:14:07 +0200 |
commit | 8bf3f9b87437e2969b50a8d1bcb380678a5ad58c (patch) | |
tree | a1ef67209b858a2ae245158327fd8d1d089b3acf /src | |
parent | f07f8f7d882757e77cf1e0829daf425dbcc15d58 (diff) |
input/tidal: deprecated because Tidal has changed the protocol
See https://github.com/MusicPlayerDaemon/MPD/issues/545
Diffstat (limited to 'src')
-rw-r--r-- | src/input/plugins/TidalInputPlugin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/plugins/TidalInputPlugin.cxx b/src/input/plugins/TidalInputPlugin.cxx index 95025954b..3592262b2 100644 --- a/src/input/plugins/TidalInputPlugin.cxx +++ b/src/input/plugins/TidalInputPlugin.cxx @@ -180,6 +180,8 @@ InitTidalInput(EventLoop &event_loop, const ConfigBlock &block) if (password == nullptr) throw PluginUnavailable("No Tidal password configured"); + FormatWarning(tidal_domain, "The Tidal input plugin is deprecated because Tidal has changed the protocol and doesn't share documentation"); + tidal_audioquality = block.GetBlockValue("audioquality", "HIGH"); tidal_session = new TidalSessionManager(event_loop, base_url, token, |