summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 4440c77dbf..652f805aea 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -3780,6 +3780,7 @@ int playlist_set_current(struct playlist_info* playlist)
3780 current_playlist.amount = playlist->amount; 3780 current_playlist.amount = playlist->amount;
3781 current_playlist.last_insert_pos = playlist->last_insert_pos; 3781 current_playlist.last_insert_pos = playlist->last_insert_pos;
3782 current_playlist.seed = playlist->seed; 3782 current_playlist.seed = playlist->seed;
3783 current_playlist.flags = playlist->flags;
3783 3784
3784 result = 0; 3785 result = 0;
3785 3786