Commit 2a165ca8 authored by Warren Dukes's avatar Warren Dukes

also, don't need the device open to send the metadata

git-svn-id: https://svn.musicpd.org/mpd/trunk@2347 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 547448ee
......@@ -65,6 +65,6 @@ void finishAudioOutput(AudioOutput * audioOutput) {
}
void sendMetadataToAudioOutput(AudioOutput * audioOutput, MpdTag * tag) {
if(!audioOutput->open || !audioOutput->sendMetdataFunc) return;
if(!audioOutput->sendMetdataFunc) return;
audioOutput->sendMetdataFunc(audioOutput, tag);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment