summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/playlist.class.php11
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