diff options
Diffstat (limited to 'apps/plugins/pictureflow')
-rw-r--r-- | apps/plugins/pictureflow/pictureflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index 45c4e0fcda..67c26a7dc8 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c | |||
@@ -4246,7 +4246,7 @@ static bool start_playback(bool return_to_WPS) | |||
4246 | start_index = rb->playlist_shuffle(*rb->current_tick, pf_tracks.sel); | 4246 | start_index = rb->playlist_shuffle(*rb->current_tick, pf_tracks.sel); |
4247 | } | 4247 | } |
4248 | rb->playlist_start(start_index, 0, 0); | 4248 | rb->playlist_start(start_index, 0, 0); |
4249 | rb->playlist_get_current()->num_inserted_tracks = 0; /* prevent warn_on_pl_erase */ | 4249 | rb->playlist_set_modified(NULL, false); |
4250 | old_shuffle = shuffle; | 4250 | old_shuffle = shuffle; |
4251 | #ifdef USEGSLIB | 4251 | #ifdef USEGSLIB |
4252 | if (!return_to_WPS) | 4252 | if (!return_to_WPS) |