diff --git a/spotify_8hpp_source.html b/spotify_8hpp_source.html
index f24872e5..86dc0293 100644
--- a/spotify_8hpp_source.html
+++ b/spotify_8hpp_source.html
@@ -101,32 +101,30 @@
-
+ 31 std::string additional_arguments;
- 36 std::string additional_arguments;
+ 36 bool always_start =
true;
- 41 bool always_start =
true;
+ 41 bool global_config =
false;
- 46 bool global_config =
false;
+ 46 bool start_client =
false;
- 51 bool start_client =
false;
-
- 57 bool disable_discovery =
false;
-
- 63 lib::audio_quality bitrate = lib::audio_quality::very_high;
+ 52 bool disable_discovery =
false;
+
+ 58 lib::audio_quality bitrate = lib::audio_quality::very_high;
+
+
-
+ 68 lib::device_type device_type = device_type::unknown;
- 73 lib::device_type device_type = device_type::unknown;
-
-
-
-
- 81 void to_json(nlohmann::json &j,
const spotify &s);
-
- 83 void from_json(
const nlohmann::json &j, spotify &s);
-
-
+
+
+
+ 76 void to_json(nlohmann::json &j,
const spotify &s);
+
+ 78 void from_json(
const nlohmann::json &j, spotify &s);
+
+