1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Working UPnP backing for browse and stream actions

This commit is contained in:
Afterster 2014-07-05 00:36:54 +02:00
parent d045a75e11
commit e07d23d7c9
9 changed files with 200 additions and 87 deletions

3
upnp/cm-event-reply.php Normal file
View file

@ -0,0 +1,3 @@
<?php
require_once 'event-reply.php';
?>