From f0689df5f61e8393e919b5b1173ed1b1546e3b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 28 Feb 2009 16:31:51 +0000 Subject: [PATCH] rename 'setAsync' -> 'enableAsyncMetadata' --- htsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsp.c b/htsp.c index 84faf0ea..15eb5450 100644 --- a/htsp.c +++ b/htsp.c @@ -533,7 +533,7 @@ struct { } htsp_methods[] = { { "getChallenge", htsp_method_get_challenge, 0}, { "authenticate", htsp_method_authenticate, 0}, - { "setAsync", htsp_method_async, ACCESS_STREAMING}, + { "enableAsyncMetadata", htsp_method_async, ACCESS_STREAMING}, { "getEvent", htsp_method_getEvent, ACCESS_STREAMING}, { "subscribe", htsp_method_subscribe, ACCESS_STREAMING}, { "unsubscribe", htsp_method_unsubscribe, ACCESS_STREAMING},