diff options
author | David Teirney <david@teirney.net> | 2012-04-29 10:19:24 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-05-01 23:22:58 +1200 |
commit | e57db292f176ca88979ffdc63edd500070f8cc7a (patch) | |
tree | 3983a09d11c1ec0bb095d94b715ea1d67aa2da1b /lib/cmyth | |
parent | 69d55b4700d206ce4170e39cd2bc2903fbc938da (diff) |
Added support for myth protocol 73
Gentoo seems to have already updated to the trunk version of MythTV after the 0.25 release.
No changes necessary as libcmyth doesn't currently have support for RESCHEDULE_RECORDINGS.
Diffstat (limited to 'lib/cmyth')
-rw-r--r-- | lib/cmyth/libcmyth/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c index d0d5229e72..34afb52f78 100644 --- a/lib/cmyth/libcmyth/connection.c +++ b/lib/cmyth/libcmyth/connection.c @@ -64,6 +64,7 @@ static myth_protomap_t protomap[] = { {70, "53153836"}, {71, "05e82186"}, {72, "D78EFD6F"}, + {73, "D7FE8D6F"}, {0, 0} }; |