ONE POINT SIX MILLISECONDS??????

This commit is contained in:
Mars 2025-02-21 00:27:58 -05:00
parent 63e4106cca
commit 733d422aea
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
9 changed files with 319 additions and 201 deletions

View file

@ -12,10 +12,6 @@
#include <variant>
#endif
#ifdef __linux__
#include <sdbus-c++/sdbus-c++.h>
#endif
/**
* @typedef u8
* @brief Represents an 8-bit unsigned integer.
@ -152,7 +148,7 @@ enum class NowPlayingCode : u8 {
* @typedef LinuxError
* @brief Represents a Linux-specific error.
*/
using LinuxError = sdbus::Error;
using LinuxError = std::string;
#elif defined(__APPLE__)
/**
* @typedef MacError