Revert mpris change that seems to be causing more harm than good.

This commit is contained in:
casey 2020-07-02 21:53:30 -07:00
parent cedd4c424e
commit c2ed479955

View File

@ -137,7 +137,7 @@ void MPRISRemote::MPRISEmitSeek(double curpos) {
void MPRISRemote::MPRISLoop() {
while (!stop_processing) {
if (bus && sd_bus_get_current_slot(bus)) {
if (bus) {
if (sd_bus_process(bus, NULL) > 0) {
continue;
}