summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index 15e32a39..ba318f4f 100644
--- a/playlist.c
+++ b/playlist.c
@@ -2809,6 +2809,7 @@ pl_move_items (int iter, int plt_from, playItem_t *drop_before, uint32_t *indexe
plt_remove_item (playlist, it);
plt_insert_item (to, drop_after, it);
pl_item_unref (it);
+ drop_after = it;
processed++;
}
}