fix: serialize allowMultipleOutputs
This commit is contained in:
parent
2e2b405a88
commit
f101f52ee1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user