diff --git a/classlib_1_1spt_1_1api-members.html b/classlib_1_1spt_1_1api-members.html
index 77fea2d4..abc36b34 100644
--- a/classlib_1_1spt_1_1api-members.html
+++ b/classlib_1_1spt_1_1api-members.html
@@ -106,7 +106,7 @@
is_following_playlist(const std::string &playlist_id, const std::vector< std::string > &user_ids, lib::callback< std::vector< bool > > &callback) (defined in lib::spt::api) | lib::spt::api | |
is_saved_track(const std::vector< std::string > &track_ids, lib::callback< std::vector< bool > > &callback) (defined in lib::spt::api) | lib::spt::api | |
me(lib::callback< lib::spt::user > &callback) (defined in lib::spt::api) | lib::spt::api | |
- new_releases(lib::callback< std::vector< lib::spt::album > > &callback) (defined in lib::spt::api) | lib::spt::api | |
+ new_releases(const paged_callback< spt::album > &callback) const (defined in lib::spt::api) | lib::spt::api | |
next(lib::callback< std::string > &callback) | lib::spt::api | |
pause(lib::callback< std::string > &callback) | lib::spt::api | |
play_tracks(int track_index, const std::string &context, lib::callback< std::string > &callback) | lib::spt::api | |
diff --git a/classlib_1_1spt_1_1api.html b/classlib_1_1spt_1_1api.html
index fdaa0c76..63d95cf1 100644
--- a/classlib_1_1spt_1_1api.html
+++ b/classlib_1_1spt_1_1api.html
@@ -109,9 +109,9 @@
void | albums (const spt::artist &artist, const std::vector< album_group > &groups, const paged_callback< spt::album > &callback) const |
|
-
-void | new_releases (lib::callback< std::vector< lib::spt::album > > &callback) |
- |
+
+void | new_releases (const paged_callback< spt::album > &callback) const |
+ |
void | followed_artists (lib::callback< std::vector< lib::spt::artist > > &callback) |
|
diff --git a/spotify_2api_8hpp_source.html b/spotify_2api_8hpp_source.html
index b2fa50cf..37c5ff9f 100644
--- a/spotify_2api_8hpp_source.html
+++ b/spotify_2api_8hpp_source.html
@@ -151,7 +151,7 @@
- 77 void new_releases(lib::callback<std::vector<lib::spt::album>> &callback);
+