--- a/greyhound.php Wed Sep 24 13:47:42 2008 -0400
+++ b/greyhound.php Wed Oct 08 21:22:48 2008 -0400
@@ -155,6 +155,7 @@
$httpd->add_handler('config', 'function', 'greyhound_config');
$httpd->add_handler('action.json', 'function', 'ajax_request_handler');
$httpd->add_handler('artwork', 'function', 'artwork_request_handler');
+ $httpd->add_handler('api', 'function', 'api_request_handler');
$httpd->add_handler('scripts', 'dir', GREY_ROOT . '/scripts');
$httpd->add_handler('favicon.ico', 'file', GREY_ROOT . '/amarok_icon.ico');
$httpd->add_handler('apple-touch-icon.png', 'file', GREY_ROOT . '/apple-touch-icon.png');