retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Fix null RetroAchievement hash causing a crash #346

Closed rsubtil closed 5 months ago

rsubtil commented 5 months ago

We cannot access the first character on an empty string, so this adds an early return and prevents a crash.