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 @@
22
26 std::string path;
27
-
31 std::string username;
+
31 std::string additional_arguments;
32
-
36 std::string additional_arguments;
+
36 bool always_start = true;
37
-
41 bool always_start = true;
+
41 bool global_config = false;
42
-
46 bool global_config = false;
+
46 bool start_client = false;
47
-
51 bool start_client = false;
-
52
-
57 bool disable_discovery = false;
-
58
-
63 lib::audio_quality bitrate = lib::audio_quality::very_high;
+
52 bool disable_discovery = false;
+
53
+
58 lib::audio_quality bitrate = lib::audio_quality::very_high;
+
59
+
63 int max_queue = 500;
64
-
68 int max_queue = 500;
+
68 lib::device_type device_type = device_type::unknown;
69
-
73 lib::device_type device_type = device_type::unknown;
-
74
-
78 int volume = 100;
-
79 };
-
80
-
81 void to_json(nlohmann::json &j, const spotify &s);
-
82
-
83 void from_json(const nlohmann::json &j, spotify &s);
-
84 }
-
85}
+
73 int volume = 100;
+
74 };
+
75
+
76 void to_json(nlohmann::json &j, const spotify &s);
+
77
+
78 void from_json(const nlohmann::json &j, spotify &s);
+
79 }
+
80}