[dbus] always update metadata if no forced player

Otherwise it stays in "paused" state if resuming play.
pull/288/head
jackun 4 years ago
parent d581a9ce2b
commit f74b4bccd9
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -221,9 +221,7 @@ bool dbus_manager::select_active_player() {
}
if (not m_active_player.empty()) {
if (m_active_player != old_active_player) {
onNewPlayer(meta);
}
onNewPlayer(meta);
return true;
} else {
#ifndef NDEBUG

Loading…
Cancel
Save