diff --git a/SpotifyAPI.Web/Models/Paging.cs b/SpotifyAPI.Web/Models/Paging.cs index 03e5305e..bbd2e86c 100644 --- a/SpotifyAPI.Web/Models/Paging.cs +++ b/SpotifyAPI.Web/Models/Paging.cs @@ -33,7 +33,7 @@ namespace SpotifyAPI.Web.Models public bool HasPreviousPage() { - return Next != null; + return Previous != null; } } -} \ No newline at end of file +}