fix: do not crash when shift > queue len (#1705)

note this preserves behaviour of shifting by negative numbers in either direction

changelog also updated accordingly
This commit is contained in:
anangryraven
2025-09-12 08:48:35 -04:00
committed by Henrik Friedrichsen
parent 6799c188be
commit 8e3e107bdf
2 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Playlist retrieval crashing when list contains podcast episodes
- Crash when shifting a song by an amount greater than the queue's length
## [1.3.1]