diff options
Diffstat (limited to 'lib/class/playlist.class.php')
-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 |