Rikki Tooley
Rikki Tooley
I don't think so. Couple of Qs - Is it just the iOS project you experience this on? Or Android also? - Are you calling `Inflatable.Lastfm` methods from the UI...
If you're in VS - try unticking the "Just My Code" option in the debugger when you repro. You might get a better stacktrace.
Hi @mew22, if the API will accept this parameter, it's definitely possible to add. Unfortunately I've got very little free time at the moment to implement it for you, but...
@klinge go for it :)
@GmausDev yep!
Ah, sorry. Yes it looks like it is complete.
Need to investigate alternatives for this
Thanks for looking into this @klinge - I think this behaviour has changed a bit over the last few months, so it might be worth adding an integration test? One...
I just realised that the integration test for [track.updateNowPlaying](https://github.com/inflatablefriends/lastfm/blob/master/src/IF.Lastfm.Core.Tests.Integration/Commands/TrackUpdateNowPlayingCommandTests.cs) (what this issue is about) is exactly the same test as I'm suggesting you write - so no extra test needed...
Hi @kapral. Thanks for your interest in this project. Basically what's stopping me merging any of the open PRs is that the CI checks are not running successfully on them...