correction for lazy playlist and lazy cache
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user