Rikki Tooley
Rikki Tooley
Integration test `TrackUpdateNowPlayingCommandTests.UpdatesNowPlaying` is failing. API takes a parameter called `page`. Behaviour of API used to be that when `page=1`, the response would be the same as `page=0` prepended with...
test...
Make LastArtist.MainImage obsolete More info here: https://www.reddit.com/r/lastfm/comments/bjwcqh/api_announcement_lastfm_support_community/
As noticed by @klinge: https://github.com/inflatablefriends/lastfm/pull/143#issuecomment-459347026
https://ci.appveyor.com/project/rikkit/lastfm/build/1.0.999.323/tests Error message: ``` Expected: 30 But was: 60 ``` Error stack trace: ``` at NUnit.Framework.Assert.That(Object actual, IResolveConstraint expression, String message, Object[] args) at IF.Lastfm.Core.Tests.Integration.Commands.ChartApiTests.d__3.MoveNext() in C:\projects\lastfm\src\IF.Lastfm.Core.Tests.Integration\Commands\ChartGetTopTagsTests.cs:line 40 at NUnit.Framework.AsyncInvocationRegion.AsyncTaskInvocationRegion.WaitForPendingOperationsToComplete(Object...
Copied from #5 - needs verification --- API returns "Missing Parameters" error code for albums which don't exist ``` json { "error": 6, "message": "Album not found", "links": [] }...
https://ci.appveyor.com/project/rikkit/lastfm/build/1.1.999.342/tests - build marked as passing
This PR moves `i18next` and `react-i18next` to peerDependencies, so that consuming Yarn PnP projects aren't forced to have multiple instances of `i18next` if they themselves depend on `react-i18next`. After this...
Title says it all, it's annoying when the preview jumps back to the top every time you edit the source.