mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-05-24 22:32:11 +00:00
e1a6347c4e
- Add early return for invalid sizes to shuffle - Rename variables to be more descriptive - Refactor moving list element, removing unnecessary operations - Unwrap if clause for adding to history because the condition is guaranteed by the guard clause - Inline the value 0 for the ReorderEvent - Update documentation to reflect new changes