MixerAll: restore "null" mixer volume from state file
This commit is contained in:
		| @@ -149,7 +149,8 @@ MultipleOutputs::SetSoftwareVolume(unsigned volume) | ||||
| 		const auto mixer = ao->mixer; | ||||
|  | ||||
| 		if (mixer != nullptr && | ||||
| 		    &mixer->plugin == &software_mixer_plugin) | ||||
| 		    (&mixer->plugin == &software_mixer_plugin || | ||||
| 		     &mixer->plugin == &null_mixer_plugin)) | ||||
| 			mixer_set_volume(mixer, volume, IgnoreError()); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann