rithik-b / PlaylistManager

Playlist loading and organization mod for Beat Saber.
GNU General Public License v3.0
100 stars 25 forks source link

Removing a map from a playlist can "shift" the rest of the playlist #29

Closed OoDeeR closed 3 years ago

OoDeeR commented 3 years ago

What: If you remove a map from a playlist in game, there's a chance that the following element of the playlist get temporarily messed up. While the entry is gone, some of the references still point to it, such as:

Refreshing playlists via the mod panel fixes this, but the issue will reappear whenever you remove another entry.

Note: sometimes, removing an item seems to work just fine, so it might take 2 or 3 tries to reproduce this. Could be related to having specific difficulties assigned to an entry. I did not test that extensively, when in game.

rithik-b commented 3 years ago

Good catch, I've found exactly what causes this issue. I'll link a dll to this issue and if you cant repro with it then i will close the issue!

rithik-b commented 3 years ago

https://github.com/rithik-b/PlaylistManager/actions/runs/999671072 Try downloading it here, see if it works

OoDeeR commented 3 years ago

Seems to work as intended now. Thanks for the quick fix!

rithik-b commented 3 years ago

Sounds good I’ll merge this change in to an update soon