From 4d7170217da3a9361d2f7ebb135dea77d5372870 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 14 Jan 2006 18:16:28 +0000 Subject: fixed the seeking bug and a few other minor ones thank Sven F. --- playlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.php') diff --git a/playlist.php b/playlist.php index 5537867e..dbe46757 100644 --- a/playlist.php +++ b/playlist.php @@ -120,7 +120,7 @@ switch ($action) { case 'remove_song': case _('Remote Selected Tracks'): /* Check em for rights */ - if (!$playlist->has_access) { + if (!$playlist->has_access()) { access_denied(); break; } -- cgit