mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
renamed mutex
This commit is contained in:
parent
9247943714
commit
fdbb84a766
@ -73,7 +73,7 @@ static class MPRISRemote : public IPlaybackRemote {
|
|||||||
private:
|
private:
|
||||||
IPlaybackService* playback;
|
IPlaybackService* playback;
|
||||||
sd_bus* bus;
|
sd_bus* bus;
|
||||||
std::mutex mutex;
|
std::mutex sd_mutex;
|
||||||
std::shared_ptr<std::thread> thread;
|
std::shared_ptr<std::thread> thread;
|
||||||
bool mpris_initialized;
|
bool mpris_initialized;
|
||||||
bool stop_processing;
|
bool stop_processing;
|
||||||
|
Loading…
Reference in New Issue
Block a user