fix: serialize allowMultipleOutputs

This commit is contained in:
Curve 2021-05-22 22:05:53 +02:00 committed by Noah
parent 2e2b405a88
commit f101f52ee1

View File

@ -120,6 +120,7 @@ namespace nlohmann
getToIfExists(j, "allowOverlapping", obj.allowOverlapping);
getToIfExists(j, "useAsDefaultDevice", obj.useAsDefaultDevice);
getToIfExists(j, "muteDuringPlayback", obj.muteDuringPlayback);
getToIfExists(j, "allowMultipleOutputs", obj.allowMultipleOutputs);
}
};
template <> struct adl_serializer<Soundux::Objects::Tab>