mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(mpd): Allow for specifying the reconnect interval
This commit is contained in:
@ -27,7 +27,8 @@ class MPD : public ALabel {
|
||||
|
||||
// Not using unique_ptr since we don't manage the pointer
|
||||
// (It's either nullptr, or from the config)
|
||||
const char* server;
|
||||
const char* server_;
|
||||
unsigned port_;
|
||||
|
||||
unique_connection connection_;
|
||||
unique_status status_;
|
||||
|
Reference in New Issue
Block a user