Lastfm scrobbler instance is not created on startup #599#601
Lastfm scrobbler instance is not created on startup #599#601jacksongoode merged 1 commit intojpochyla:mainfrom
Conversation
|
Hmm, is it possible that this causes the login info to be removed? Have to login to last.fm on restart:
|
Actually it should not clear anything if I am not mistaken. But it may be worth the watch because my biggest question is why does the clear data gets written only once. This might be related to #598 then |
|
Can you confirm that this PR resolves both issues? |
Nope this only solves the scrobbler instance during startup |
|
Got it, I was just able to reproduce the bug on main, so it is indeed not related to this PR. |
HI, I moved the instructions to update the scrobbler instance into a function that is called on app startup and is also called if the config file changes. This now fixes #599