From 5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 9 Apr 2006 07:55:50 +0000 Subject: added an ugly localplay view page, and made it so you can remove songs from your mpd playlist... its ugly.. I know.. ooh yea you can also deactivate modules now --- templates/show_localplay.inc.php | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index ece7ecde..e0074b50 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -21,5 +21,37 @@ */ $web_path = conf('web_path'); - +$localplay = init_localplay(); +$songs = $localplay->get(); ?> + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + +
+ + + + + +
-- cgit