mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
new cspot/bell
This commit is contained in:
@@ -8,17 +8,16 @@
|
||||
|
||||
namespace cspot {
|
||||
class ApResolve {
|
||||
private:
|
||||
std::string apOverride;
|
||||
|
||||
public:
|
||||
ApResolve(std::string apOverride);
|
||||
|
||||
/**
|
||||
* @brief Connects to spotify's servers and returns first valid ap address
|
||||
*
|
||||
* @return std::string Address in form of url:port
|
||||
*/
|
||||
* @brief Connects to spotify's servers and returns first valid ap address
|
||||
* @returns std::string Address in form of url:port
|
||||
*/
|
||||
std::string fetchFirstApAddress();
|
||||
|
||||
private:
|
||||
std::string apOverride;
|
||||
};
|
||||
} // namespace cspot
|
||||
|
||||
Reference in New Issue
Block a user