コード例 #1
0
ファイル: plex_api.class.php プロジェクト: cheese1/ampache
 public static function myplex_account($params)
 {
     $r = Plex_XML_Data::createMyPlexAccount();
     self::apiOutputXml($r->asXML());
 }