mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix(remote): proper image when mpris and remote interleave
This commit is contained in:
@@ -31,5 +31,5 @@ export const updateSong = (song: QueueSong | undefined, imageUrl?: null | string
|
||||
mediaSession.metadata = metadata;
|
||||
}
|
||||
|
||||
remote?.updateSong(song);
|
||||
remote?.updateSong(song, imageUrl);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user