SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
140 stars 4 forks source link

fix array out of bounds when double-clicking an album with no tracks (yet) loaded #166

Closed unspezifisch closed 1 year ago

unspezifisch commented 1 year ago

I'm unsure if this is the proper way to handle this but at least it doesn't crash anymore.

NattyNarwhal commented 1 year ago

Makes sense; blocking for albums to load seems a lot nastier to work with than just silently failing and letting the user retry when there's content.