diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2011-10-23 12:59:31 +0600 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-12-13 19:12:33 +0100 |
commit | 33232face9e864618b5125b9dd83ee760f1116e4 (patch) | |
tree | fb61c9383e080514576ecd99a70bfa96d338f95a /NEWS | |
parent | b88b2b3d79159c3468a579afdbdc3d1f28494faa (diff) | |
download | mpd-33232face9e864618b5125b9dd83ee760f1116e4.tar.gz mpd-33232face9e864618b5125b9dd83ee760f1116e4.tar.xz mpd-33232face9e864618b5125b9dd83ee760f1116e4.zip |
winmm_output_plugin: fail if wrong device specified instead of using fallback.
Silently choosing default is misleading and can cause hours of investigation.
It's better to fail immediately telling user what is wrong with config.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ ver 0.17 (2011/??/??) - raop: new output plugin - shout: add possibility to set url - roar: new output plugin for RoarAudio + - winmm: fail if wrong device specified instead of using default device * playlist: - allow references to songs outside the music directory * state_file: add option "restore_paused" |