From c7452cf768b6970dfc4df4b131ac24e16d141d6c Mon Sep 17 00:00:00 2001 From: David Teirney Date: Tue, 17 Apr 2012 21:23:16 +1200 Subject: Added support for myth protocol 69. No changes necessary as QUERY FILE HASH is not used by libcmyth. --- lib/cmyth/libcmyth/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c index 392d550688..a956e25428 100644 --- a/lib/cmyth/libcmyth/connection.c +++ b/lib/cmyth/libcmyth/connection.c @@ -60,6 +60,7 @@ static myth_protomap_t protomap[] = { {66, "0C0FFEE0"}, {67, "0G0G0G0"}, {68, "90094EAD"}, + {69, "63835135"}, {0, 0} }; -- cgit v1.2.3