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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user