mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 23:57:16 +02:00
Fix a space on end of a line in linux_mpris_support
This commit is contained in:
parent
c08a148baf
commit
822c1cafd2
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue