mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Fix a space on end of a line in linux_mpris_support
This commit is contained in:
parent
2e2165b16a
commit
94e7bb1624
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user