From 4e716204e84fc7546372bdae79121e47b92412bc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 30 Dec 2007 08:29:23 +0000 Subject: fixed localplay index problem after track delete, fixed lack of high-light of current playing song, fixed problem were second localplay send would kill session of any existing items --- templates/show_localplay_playlist.inc.php | 2 +- templates/show_localplay_status.inc.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php index e9806a02..b8d87108 100644 --- a/templates/show_localplay_playlist.inc.php +++ b/templates/show_localplay_playlist.inc.php @@ -35,7 +35,7 @@ diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php index 9da440aa..3353872e 100644 --- a/templates/show_localplay_status.inc.php +++ b/templates/show_localplay_status.inc.php @@ -20,7 +20,6 @@ */ $status = $localplay->status(); - ?> -- cgit