summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 51fe5ebfc5..bb7cec888f 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -2580,7 +2580,7 @@ play:
2580 * if shuffle, we can't predict the playing track easily, and for either 2580 * if shuffle, we can't predict the playing track easily, and for either
2581 * case the track list doesn't get auto scrolled*/ 2581 * case the track list doesn't get auto scrolled*/
2582 if(!append) 2582 if(!append)
2583 rb->playlist_start(position, 0); 2583 rb->playlist_start(position, 0, 0);
2584 old_playlist = center_slide.slide_index; 2584 old_playlist = center_slide.slide_index;
2585 old_shuffle = shuffle; 2585 old_shuffle = shuffle;
2586} 2586}