1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/lib/playlist.php
2010-07-19 17:48:02 +01:00

11 lines
135 B
PHP
Executable File

<?php
require_once('global.php');
$action = $_GET['action'];
$playlist = $mympd->playlist;
echo json_encode($playlist);
?>