2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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

View File

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