correction for lazy playlist and lazy cache

This commit is contained in:
2025-12-15 11:18:58 +01:00
parent 4bc80dfd08
commit 90399b408a
28 changed files with 349 additions and 39126 deletions

View File

@@ -317,9 +317,7 @@ pub trait QueueBackend {
.unwrap_or(0);
for (offset, it) in items.into_iter().enumerate() {
snapshot
.items
.insert(insert_pos + offset, it);
snapshot.items.insert(insert_pos + offset, it);
}
}
EnqueueMode::ReplaceAll => {