andruzzzhka / BeatSaverDownloader

Mod for Beat Saber to download songs from BeatSaver.com in-game
MIT License
72 stars 42 forks source link

Added null check after GetCustomSongInfo and ignore null songs. #4

Closed xyonico closed 6 years ago

xyonico commented 6 years ago

If there's an invalid custom song, BeatSaverDownloader will be unable to open its menu when you press the button. Adding a simple null check fixes this problem.