2024-11-02 11:25:56 +01:00
|
|
|
#if !defined(_WIN32) && !defined(__APPLE__)
|
2024-11-02 12:26:37 +01:00
|
|
|
#include "../backend.hpp"
|
2024-11-02 11:25:56 +01:00
|
|
|
std::shared_ptr<MediaInfo> backend::getMediaInformation() { return nullptr; }
|
2024-11-04 18:29:25 +01:00
|
|
|
bool backend::toggleAutostart(bool enabled) { return false, }
|
2024-11-02 11:25:56 +01:00
|
|
|
#endif
|