fix(btformat): fixes an issue where btformat was not being correctly detected

This commit is contained in:
Dan
2019-05-10 12:07:17 -04:00
parent e4756cf24e
commit e343cf4b00
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ class Pulseaudio : public ALabel {
bool muted_;
std::string port_name_;
std::string desc_;
std::string monitor_;
bool scrolling_;
};