mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Add XBMC Localplay
This commit is contained in:
parent
872012a24f
commit
539ca08efc
18 changed files with 1703 additions and 0 deletions
7
modules/xbmc-php-rpc/InvalidCommandException.php
Normal file
7
modules/xbmc-php-rpc/InvalidCommandException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once 'Exception.php';
|
||||
|
||||
class XBMC_RPC_InvalidCommandException extends XBMC_RPC_Exception {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue