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

@@ -52,7 +52,10 @@ impl InternalQueue {
} else {
None
};
Self { items, current_index }
Self {
items,
current_index,
}
}
/// Exposes a read-only view of the underlying items.