From 03e21ae8a7e2f7eda1a34778cf91462b63f2e226 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 3 Jan 2006 16:33:05 +0000 Subject: fix showing songs? --- lib/class/playlist.class.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib') diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index f9cf0732..a3455d7f 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -70,6 +70,17 @@ class Playlist { } // _get_info + /** + * get_track + * Takes a playlist_data.id and returns the current track value for said entry + */ + function get_track($id) { + + + + + } // get_track + /** * get_items * This returns an array of playlist songs that are in this playlist. Because the same -- cgit