diff options
Diffstat (limited to 'src/tangara/lua/property.hpp')
| -rw-r--r-- | src/tangara/lua/property.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tangara/lua/property.hpp b/src/tangara/lua/property.hpp index 9f925766..d45821bd 100644 --- a/src/tangara/lua/property.hpp +++ b/src/tangara/lua/property.hpp @@ -24,8 +24,8 @@ using LuaValue = std::variant<std::monostate, bool, std::string, audio::TrackInfo, - drivers::bluetooth::Device, - std::vector<drivers::bluetooth::Device>>; + drivers::bluetooth::MacAndName, + std::vector<drivers::bluetooth::MacAndName>>; using LuaFunction = std::function<int(lua_State*)>; |
