Skip to content

Commit

Permalink
Added support for myth protocol 73
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
David Teirney committed May 1, 2012
1 parent 69d55b4 commit e57db29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cmyth/libcmyth/connection.c
Expand Up @@ -64,6 +64,7 @@ static myth_protomap_t protomap[] = {
{70, "53153836"}, {70, "53153836"},
{71, "05e82186"}, {71, "05e82186"},
{72, "D78EFD6F"}, {72, "D78EFD6F"},
{73, "D7FE8D6F"},
{0, 0} {0, 0}
}; };


Expand Down

0 comments on commit e57db29

Please sign in to comment.