Fix a space on end of a line in linux_mpris_support

This commit is contained in:
Ilya Fedin 2021-03-24 08:58:47 +04:00 committed by John Preston
parent c08a148baf
commit 822c1cafd2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ void MPRISSupport::Private::updateTrackState(
const auto &item1, const auto &item1,
const auto &item2) { const auto &item2) {
return item1.first == item2.first return item1.first == item2.first
&& item1.second.equal(item2.second); && item1.second.equal(item2.second);
})) { })) {
metadata = currentMetadata; metadata = currentMetadata;
PlayerPropertyChanged( PlayerPropertyChanged(