summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index dfbd7ef1..fbc85a53 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1641,3 +1641,10 @@ void
pl_sort (const char *meta) {
}
+void
+pl_reset_cursor (void) {
+ int i;
+ for (i = 0; i < PL_MAX_ITERATORS; i++) {
+ playlist_current_row[i] = -1;
+ }
+}