Open JanGross opened 2 days ago
thank for you for reporting this! i think i know where the problem is...
ok somehow i can't reproduce it (but still, i know where the problem is). can you tell me which Navidrome version you use?
@faultables I am currently running v.0.53.3 (13af8ed4)
thanks! gonna test it with that version
When logging in to an instance with no LastFM API key, the
JSONDecoder
function fails to create aUserAuth
instancedue to a
DecodingError
, resulting in an unknown error being thrown on line 64.This parameter should be optional.
Affected code: https://github.com/kepelet/flo/blob/759c8124b74b36640caed448fc9e5c5f9e22f7c3/flo/AuthViewModel.swift#L25-L41
Respective log entry: