DonutWare / Fladder

Fladder - A Simple Jellyfin frontend built on top of Flutter.
https://donutware.github.io/Fladder/
GNU General Public License v3.0
312 stars 14 forks source link

fix: Playback not cancelling if no compatible media was found #100

Closed PartyDonut closed 2 weeks ago

PartyDonut commented 2 weeks ago

Pull Request Description

When no compatible media format is returned we now properly close the loading indicator and show an error message. Also fixed a small overflow bug that only caused debug logging.