diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-06 02:50:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-06 02:50:03 +0000 |
commit | 6c570d4e5a66ca2d49295f6352c71cee6ae32097 (patch) | |
tree | e17a820a40a3251c818635e6fa00f316c275edd8 /templates/show_localplay.inc.php | |
parent | 56acdc4b64567461ca153f617e3ec86938369516 (diff) | |
download | ampache-6c570d4e5a66ca2d49295f6352c71cee6ae32097.tar.gz ampache-6c570d4e5a66ca2d49295f6352c71cee6ae32097.tar.bz2 ampache-6c570d4e5a66ca2d49295f6352c71cee6ae32097.zip |
added volume controls, missing mute icon
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index 9329a114..aa124503 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -35,6 +35,13 @@ $songs = $localplay->get(); </div> <br /> <div class="text-box"> +<h2>Debug Status Information (Temp!)</h2> +<pre> +<?php print_r($localplay->status()); ?> +</pre> +</div> +<br /> +<div class="text-box"> <table class="border" cellspacing="0" border="0"> <tr class="table-header"> <th><?php echo _('Track'); ?></th> |