[mythtv-commits] [MythTV/mythtv] 7a7d0f: V2 Services: Ability to prevent inapplicable struc...
Peter Bennett
noreply at github.com
Mon Oct 25 00:12:21 UTC 2021
Branch: refs/heads/devel/http
Home: https://github.com/MythTV/mythtv
Commit: 7a7d0f422e181d6d5708880d3a0c9a873f403209
https://github.com/MythTV/mythtv/commit/7a7d0f422e181d6d5708880d3a0c9a873f403209
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2021-10-24 (Sun, 24 Oct 2021)
Changed paths:
M mythtv/libs/libmythbase/http/serialisers/mythcborserialiser.cpp
M mythtv/libs/libmythbase/http/serialisers/mythjsonserialiser.cpp
M mythtv/libs/libmythbase/http/serialisers/mythxmlplistserialiser.cpp
M mythtv/libs/libmythbase/http/serialisers/mythxmlserialiser.cpp
M mythtv/programs/mythbackend/servicesv2/v2serviceUtil.cpp
Log Message:
-----------
V2 Services: Ability to prevent inapplicable structures output
Adds the ability to set a property "isNull" to true in an embedded class
to prevent the output of default values where there is no valid value.
Implemented "isNull" on the "Recording" tag of Encoder so that the
Recording details are only shown if there is a recording in progress.
More information about the mythtv-commits
mailing list