renamed mutex

This commit is contained in:
Bruno Morais 2019-09-05 19:39:26 -04:00
parent 9247943714
commit fdbb84a766

View File

@ -73,7 +73,7 @@ static class MPRISRemote : public IPlaybackRemote {
private:
IPlaybackService* playback;
sd_bus* bus;
std::mutex mutex;
std::mutex sd_mutex;
std::shared_ptr<std::thread> thread;
bool mpris_initialized;
bool stop_processing;