diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 16:33:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 16:33:05 +0000 |
commit | 03e21ae8a7e2f7eda1a34778cf91462b63f2e226 (patch) | |
tree | 490ae8a0bc57a9871350c96c1eb55c92d2e639ec /lib | |
parent | 22f36cbf688ec66c09ad7e3c6a50a54cea38c2af (diff) | |
download | ampache-03e21ae8a7e2f7eda1a34778cf91462b63f2e226.tar.gz ampache-03e21ae8a7e2f7eda1a34778cf91462b63f2e226.tar.bz2 ampache-03e21ae8a7e2f7eda1a34778cf91462b63f2e226.zip |
fix showing songs?
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/playlist.class.php | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -71,6 +71,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 * song can be on the same playlist twice they are key'd by the uid from playlist_data |