mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Typo Fix in HasPreviousPage() (#387)
was returning the status of Next instead of Previous
This commit is contained in:
parent
bdef8b6514
commit
7d04f58c74
@ -33,7 +33,7 @@ namespace SpotifyAPI.Web.Models
|
|||||||
|
|
||||||
public bool HasPreviousPage()
|
public bool HasPreviousPage()
|
||||||
{
|
{
|
||||||
return Next != null;
|
return Previous != null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user