1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 09:37:19 +08:00
Bartłomiej Dach 2a214f7c9f
Fix incorrect implementation of next track choice
`SkipWhile()` in this context does not correctly ensure that
`ElementAtOrDefault(1)` is not a protected track. An explicit `Where()`
does.

Spotted accidentally when I noticed that skipping to next track can
select a protected track, but skipping to previous cannot.
2024-10-01 10:19:59 +02:00
..
2024-07-03 00:19:04 +09:00
2024-05-10 23:26:43 +08:00
2024-09-27 17:40:06 +09:00